Edit
Replace
[img]http://h1.ripway.com/shakiro214/images/replace.JPG[/img]
c. Find what: [b]"[/b]
Replace with: [b]'[/b]
d. click [b]Replace All[/b][/quote]
[b]Step 4:[/b] Copy the entire code from your notepad and paste it into
one of the onload handlers of your external js file.
[b]Onload Handler:[/b] Is a handler which triggers an onload event once the entire page has finished loading.
You might already have several onload handlers in your js. If you have a slide for photo gallery just paste this code above the variable for the photo gallery slide. See next code for example on [b]Onload Handler[/b].
[b]*if you don't have one then use this:[/b]
[quote]function vslide(){
[b]PASTE VERTICAL SLIDE CODES HERE[/b]
}setTimeout("vslide()",8000);[/quote]
[b]-or this-[/b]
[quote]if (!attachOnLoadHandler(function(){vslide()})) window.onload = function(){vslide()};
function vslide(){
[b]PASTE VERTICAL SLIDE CODES HERE[/b]
}[/quote]
Now paste the entire code into your external js file, save, done.
Last edited by shakiro214 (2008-02-22 10:17:41)
Last edited by dale (2007-09-09 01:17:49)
YES! someone is going to try it
Last edited by shakiro214 (2007-09-09 02:50:29)
anyway.. i think we have thread like this already..
[quote=xavierkym]<">[b]
@niknok_1999[/b] use this code as reference..
anyway.. i think we have thread like this already..
[/quote]
thanks i already did that at first..and waht im trying to say on my post was" the header didnt appear" hehehe
but its working now..its just that theres no header... that my problem now..
nway ... i really dont have knowledge about ..java script .. i just compared the code from.. sliding photo gallery.. hehe and i think i can do taht also in groups, media box???
tnx..
[url]http://theftalk.com/t2044-Save-.js%28JavaScript%29-extension-your-profile.%5BSUPER-LATEST-UPDATE%5D.html[/url]
anyway.. i think we have thread like this already..
[/quote]
xavier... thanks... i forgot to put the "content"..
hehe
thanks for the code... Last edited by honey_jx2 (2007-09-17 02:03:01)