FriendsterAddictz
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  portal1portal1  GalleryGallery  SearchSearch  Latest imagesLatest images  Link Rotation  Donate  RegisterRegister  Log inLog in  


Global Announcement

FriendsterAddictz Forum is on-search for Moderators. For more information, click THIS.
Please promote FriendsterAddictz Forum.


 

Solving Dual or multiple ONload

View previous topic View next topic Go down 
Author Message
switpotato
Activated
switpotato


Age : Registration date : 2008-03-17 Number of posts : 24 Location :
Character sheet
Tagline: Proud Member



Solving Dual or multiple ONload Vide
PostSubject: Solving Dual or multiple ONload   Solving Dual or multiple ONload Icon_minitimeWed 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
Back to top Go down
FriendsterAddictz
Administrator
FriendsterAddictz

Male
Age : 30 Registration date : 2008-03-07 Number of posts : 1081 Location : ...somewhere there...
Character sheet
Tagline: Proud Member



Solving Dual or multiple ONload Vide
PostSubject: Re: Solving Dual or multiple ONload   Solving Dual or multiple ONload Icon_minitimeWed Mar 19, 2008 11:48 am

nice po!..
tnx ate nix.. tlgang gling mu.! idol.
haha
Back to top Go down
jObeLLe
Senior Member
Senior Member
jObeLLe

Female
Age : 28 Registration date : 2008-04-28 Number of posts : 268 Location : Philippines
Character sheet
Tagline: Proud Member



Solving Dual or multiple ONload Vide
PostSubject: Re: Solving Dual or multiple ONload   Solving Dual or multiple ONload Icon_minitimeFri May 09, 2008 11:41 am

tnx 4 sharin
Back to top Go down
Sponsored content








Solving Dual or multiple ONload Vide
PostSubject: Re: Solving Dual or multiple ONload   Solving Dual or multiple ONload Icon_minitime

Back to top Go down

Solving Dual or multiple ONload

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum: You cannot reply to topics in this forum
FriendsterAddictz :: FRIENDSTER SECTION :: Friendster Codes and Tutorials -