2007-12-07 17:25:08

mickyriora
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if

^ Create a subfolder & name it as your scriptfolder. Inside your script folder, save any js you want in each file like for example, 1)if you want your who right clicked cbox by feruzz, save it as [b]wrccbox.js[/b] 2)if you want friend randomizer save it also as one file as [b]frbox.js[/b] 3)if you want wvm cbox mode, save it also as one file as [b]wvmcbox.js[/b] [b]So the above examples will be the contents of your scriptfolder, to apply it in the script it will then look like this:[/b] [b]Save as whatever you want to name it.This will then your main js file which you need to add in your linker to paste in your profile.[/b] [quote]scriptFolder = 'http://h1.ripway.com/Yourname/Script%20Folder/' scripts = new Array() scripts[0] = 'wrccbox.js' scripts[1] = 'frbox.js' scripts[2] = 'wvmcbox.js' for(x in scripts){ myscripts = document.createElement('script') myscripts.src = scriptFolder+scripts[x] document.getElementsByTagName('head')[0].appendChild(myscripts)}[/quote] [b]You can also make use of this as your multiple js injection to be injected inside your wvm,see 1st page number 5 topic on how I implemented it.There is also modification base on what archer posted in cradle forum.[/b]

Board footer

© 2024 F Talk

Current time is 17:31

[ 13 queries - 0.015 second ]
Privacy Policy