Re: This is a simple collection of marquee codes for use on your profile with [b]IE[/b] only!
Marquee means to some moving or scrolling of the contents.
I did not create only collected, the credit goes
[quote=chisai]what is a onload handler?[/quote]
onload handler consists of sidebars in your profile:
a sample of this is:
[quote]function onProfileLoad() {
//onload handler
//CBox
var cbox="<div align='center' id='cbox'>"+blah,blah,blah......
addBox("RIGHT","My Chat Box",cbox,"CHIKACHIKABOOMBOOM","14");
addBox("MyChatbox",cbox,"custombox_605",/standalonebox[\s]*?ads/i);
var mp3="<embed src=\"http://www.mp3profiles.com/players/style1/skinplayer.swf?blah,blah,blah....
addBox("right","My MP3",mp3,"muzic","2");
addBox("My Music",mp3,"custombox_212",/commonbox[\s]*?friends/i);
addBox("RIGHT","PEEPZ VISITED MY PAGE",TRACKER.div.innerHTML,"tracker",null);
addBox(pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker","right");
}[/quote]
you may check this tutorial:
[url]http://theftalk.com/t15088-Compiling-javascripts-file.html[/url]