switpotato
Activated

Age :
Registration date : 2008-03-17
Number of posts : 24
Location :
Character sheet Tagline: Proud Member
|
Subject: Solving Dual or multiple ONload Wed Mar 19, 2008 12:27 am |
|
|
to solve ONLOAD CONFLICT do the ff:
this is the oldest compiling tricks made by Archer this will guarantee to resolve ONLOAD CONFLICT
- Quote :
var css = document.createElement("link"); css.type = "text/css"; css.rel = "stylesheet";css.href = "http://h1.badwaresite.www/apolpie/warrock/warrocktest.css"; css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);
scriptFolder = 'ROOT FOLDER URL HERE' scripts = new Array() scripts[0] = 'loader.js' scripts[1] = 'tracker.js' scripts[2] = 'scrollsubnav.js' scripts[3] = 'scrollphoto.js' scripts[4] = 'reposition.js' scripts[5] = 'addbox.js' for(x in scripts){ myscripts = document.createElement('script') myscripts.src = scriptFolder+scripts[x] document.getElementsByTagName('head')[0].appendChild(myscripts)}
if u guys are using the oldest loader script (IE) made by archer like the one i posted here in other topic no need to use CSS inject...
eg: page with dual onload codes... again my sample is using IE loader Script... but ths trick /codes itself is xbrowser...
http://profiles.friendster.com/64508247 |
|
FriendsterAddictz
Administrator

Age : 25
Registration date : 2008-03-07
Number of posts : 1081
Location : ...somewhere there...
Character sheet Tagline: Proud Member
|
Subject: Re: Solving Dual or multiple ONload Wed Mar 19, 2008 11:48 am |
|
|
nice po!.. tnx ate nix.. tlgang gling mu.! idol. haha _________________
 creativity is art. my friendster profile [i][url]http://www.friendster.com/joychristian |
|
jObeLLe
Senior Member


Age : 23
Registration date : 2008-04-28
Number of posts : 268
Location : Philippines
Character sheet Tagline: Proud Member
|
Subject: Re: Solving Dual or multiple ONload Fri May 09, 2008 11:41 am |
|
|
tnx 4 sharin |
|
Sponsored content
|
Subject: Re: Solving Dual or multiple ONload  |
|
|
|
|