Re: Here is a simple step on how the latest wvm version and addbox come to work in your profile using IE7.
[b]For IE users:[/b]
[b]Step 1:[/b] make a new js file in your file hosting site ex. Ripway, an
@unmaskedluke
ahhh.. i get it.. these js codes are using an onload handler too..
for the anti poser: omit the bold part and paste the remaining part below the onload handler of wvm.
[quote][b]if (!attachOnLoadHandler(function(){antiposer()})) window.onload = function(){antiposer()};
function antiposer(){[/b]
var slashed = "<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='200' height='250' src='CBOX MAIN' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='kite' id='kite'></iframe><br/><form name='chat' target='kite' action='CBOX SUBMIT' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' name='eml' value='http://www.friendster.com/"+pageViewerID+"'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br />Use Avatar Here:<br /><input style='width:245px;height: 20px;border-width:1px!important;border-style:solid!important;font-family:Comic Sans MS;font-weight:bold;font-size:12px; border-color:white!important;background-color: transparent!important; color: white!important;' type='text' maxlength='200' name='eml' size='20'></br><input type='submit' class='cboxButtons' value='Submit' name='asa'><input class='cboxButtons' type='reset' value='Clear' maxlength='300' onClick='reset()'><input type='button' class='cboxButtons' value='Refresh' name='kite' onClick='window.kite.location.href=document.getElementById(\"kite\").src'></form>"+
"</div>";
document.getElementById("0").getElementsByTagName("ul")[1].innerHTML="<center>"+slashed+"</center>"+"<center><img src='IMAGE_URL'><font face='Comic Sans MS' color='#ffffff' size='2'>Post Here<img src='IMAGE_URL'></font></img></center>";
[b]}[/b][/quote]
how did u insert the snow effect in ur js file?