• ARCHIVES 
  • » [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

Pages: 1123456789101112..12

[b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

ak0cs3m
» FTalkManiac
FTalk Level: zero
634
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

thank you for sharing this code shak :thumbsup: its just like the floating nav. thing :D
pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

thats wonderfull :o :thumbsup:
yogaz79
» n00b
FTalk Level: zero
42
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

:o nice,thanks 4 sharing :thumbsup:
kenneth01
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

:penguin: i will use this also..
chester01
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

thanks for sharing..
chester01
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

thanks for sharing..
xOLracnhOjx
» FTalkManiac
FTalk Level: zero
896
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote][b]shakiro214 wrote:[/b][/quote] [quote]:nod: 1st off - if you have this kind of onload handler: if (!attachOnLoadHandler(function(){vslide()})) window.onload = function(){vslide()}; you don't need to set a Timeout at the end of the function setTimeout("vslide()",8000); both of your onload handlers are like this, so just choose one or the other becoz you are loading the functions twice with this hence causing your boxes to double in some browsers. if that's your only js and that's is all that's in your js, then you can remove the alert that labels your profile with a "Best Viewed in X browser" thingy becoz you don't want to tell your viewers that do ya? :wink: once you're done with that, pls try the floating trick again :ninja: :thumbsup: I have a good feeling it will work this time btw, if you choose the first kind of onload handler, I think it's best to just make your 2 onload handlers into 1 and put all the js requiring onload handler inside of the it because that loads the function it points to once the normal page content is finished loading.[/quote] ow. 1st off, u said i dont nid to set a timeout at the end of the vslide code ayt? if i do that, my profile wont work. i tried it already. question pls. can u teach me how to merge my two onload handler? i dunno how to make my 2 onload handler become 1. haaaiz. sori. still just a noob. T___T neweiz, about this "Best Viewed in X browser" thingy, i already remove it. hihihi. i just download IE7 now and check my profile, i think its quite nice too. dats why i'll permanently remove that code. hehe. i dunno if my profile work in other browsers too. hope so. :wallbash: :wallbash: :wallbash: :wallbash: :wallbash:

Last edited by xOLracnhOjx (2008-02-21 21:37:09)

shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[b]@xjOhncarLOx[/b] =| on merging the 2 onload handlers into one, try this... the functions [b]embed[/b] and [b]vslide[/b] both contain codes that need onload handler. take the codes inside the brackets {...codes...} of [b]function vslide[/b] and put it into the brackets {...here...} of [b]function embed[/b]. now delete [b]function vslide() {}[/b] since it is now empty. In the following example your vslide codes are just below your [b]function embed()[/b] codes =) the js will execute from the 10 second [b]setTimeout[/b] placed at the end. [b]-combined handler example-[/b] <">if the timeout is what makes your js work, then I think it should be safe to remove the this part: [quote]if (!attachOnLoadHandler(function(){embed()})) window.onload = function(){embed()};[/quote] I hope that helps ;)

Last edited by shakiro214 (2008-02-22 00:38:58)

xOLracnhOjx
» FTalkManiac
FTalk Level: zero
896
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote][quote][b]shakiro214 wrote:[/b][/quote] =| on merging the 2 onload handlers into one, try this... the functions embed and vslide both contain codes that need onload handler. take the codes inside the brackets {...codes...} of function vslide and put it into the brackets {...here...} of function embed. now delete function vslide() {} since it is now empty. In the following example your vslide codes are just below your function embed() codes =) the js will execute from the 10 second setTimeout placed at the end. [quote]-combined handler example- Code: [quote]function embed(){ var slodde = "<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=144115188090750644&site=widget-e7.slide.com\" style=\"width:100%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><a href=\"http://www.friendster.com/photos/37602872\" target=\"_blank\"><b>View All Photo</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=37602872\" target=\"_blank\">Upload Photo For Me</b></a></div>"; document.getElementById('content_1').style.height='100%'; document.getElementById('content_1').style.overflowY='hidden'; document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>"; var shakiro="<br><p style=\"visibility:visible;\"><object type=\"application/x-shockwave-flash\" data=\"http://widget-fc.slide.com/widgets/slideticker.swf\" height=\"250\" width=\"250\" style=\"width:250px;height:250px\"><param name=\"movie\" value=\"http://widget-fc.slide.com/widgets/slideticker.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"scale\" value=\"noscale\" /><param name=\"salign\" value=\"l\" /><param name=\"wmode\" value=\"transparent\"/> <param name=\"flashvars\" value=\"cy=ms&il=1&channel=144115188090750724&site=widget-fc.slide.com\"/></object><p><a href=\"http://www.slide.com/pivot?cy=ms&ad=0&id=144115188090750724&map=1\" target=\"_blank\"><img src=\"http://widget-fc.slide.com/p1/144115188090750724/ms_t000_v000_a000_f00/images/xslide1.gif\" border=\"0\" ismap=\"ismap\" /></a> <a href=\"http://www.slide.com/pivot?cy=ms&ad=0&id=144115188090750724&map=2\" target=\"_blank\"><img src=\"http://widget-fc.slide.com/p2/144115188090750724/ms_t000_v000_a000_f00/images/xslide2.gif\" border=\"0\" ismap=\"ismap\" /></a></p></p><div style=\"width:100%;text-align:center;\">| <a href=\"http://www.friendster.com/friends/37602872\" target=\"_blank\"><b>*Random Friends*</a> |</div>"; document.getElementById('content_2').style.height='100%'; document.getElementById('content_2').style.overflowY='hidden'; document.getElementById('content_2').innerHTML = "<table width='100%'><tr><td align='center'>"+shakiro+"</td></tr></table>"; }setTimeout("embed()",10000);[/quote] [/quote] if the timeout is what makes your js work, then I think it should be safe to remove the this part: if (!attachOnLoadHandler(function(){embed()})) window.onload = function(){embed()}; I hope that helps =)[/quote] yey! i know now how to merge my onload handlers. and it work. but the prob is, when i put my floating object code inside my onload handler, it wont work anymore. my proffy wont work. i think there's a prob with my floating object code. pls check this: :arrow: :arrow: <">=( =(

Last edited by xOLracnhOjx (2008-02-22 01:28:51)

alien17
» n00b
FTalk Level: zero
10
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

the code is not working on me.. whenever i tyr to paste it on my js,,, my other files are affected.... they dont work anymore ....... why is it like that???
miakaru12
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

<">[quote=babyzchen]nice trick you got here.!! =) =) :o :lol: thanks for sharing this.. :thumbsup:[/quote]
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

^ :wasted: what's up? [b]@xjOhncarLOx[/b] :cool: dude, there was something wrong with ur dude =| not like this: <">it should be like this: <">or like this: <">it can also be like this: <">but never like the 1st one. try to compare =)
xOLracnhOjx
» FTalkManiac
FTalk Level: zero
896
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[b]@shakiro214[/b] [quote]awawawawa! so thats it! darn it. haaaiz. it took me 3 days to have this one. hahaha. the one that has prob was just this floating object code. i tot its bcoz of how i place this code inside my onload handler. thats why im so confused coz i know i placed it right. haaaiz. tnx shack! ur the man! :thumbsup: =) :thumbsup: and btw, the third one is wat im using now. hehehe. tnx a lot. uhmm, how will i pay u? i guess 1 repu and a thank you will do ayt? hihihi. gotta go............. :penguin: :penguin: :penguin: :penguin: :penguin: :penguin: :penguin: :penguin: :penguin: :penguin:[/quote]
charmcharmcharm14
» FTalkAddict
FTalk Level: zero
598
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[color=steelblue][align=center][b]wow this code is really great "tnx kuya shake" ii juz paste it in my js file and there it is floating[/b] *[i]agad[/i] [b]very fast side effects heheh[/b] [b] but can u give me codes on how to link it on other website, example, my blog i had tried experimenting the codes but cant make it work plz.:redface:[/b][/align][/color]

Last edited by charmcharmcharm14 (2008-02-24 08:34:41)

xOLracnhOjx
» FTalkManiac
FTalk Level: zero
896
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote][quote][b]charmcharmcharm14 wrote:[/b][/quote] wow this code is really great "tnx kuya shake" ii juz paste it in my js file and there it is floating *agad very fast side effects heheh but can u give me codes on how to link it on other website, example, my blog i had tried experimenting the codes but cant make it work plz.redface[/quote] [b] JUST A THOUGHT: [/b] i think its like this. [quote]dude="<div id='divStayTopLeft' style='position:absolute;z-index:50;'><a href='[b]LINK HERE[/b]' target="_blank'><img src='[b]IMAGE HERE OR ANYTHING THAT YOU WANT TO HAVE A LINK[/b]' border='0' alt='Photobucket'></a></div>";[/quote] just try. =)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

Yes that is the correct code to add the link to ur button:thumbsup:
charmcharmcharm14
» FTalkAddict
FTalk Level: zero
598
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote]dude="<div id='divStayTopLeft' style='position:absolute;z-index:50;'><a href='LINK HERE' target="_blank'><img src='IMAGE HERE OR ANYTHING THAT YOU WANT TO HAVE A LINK' border='0' alt='Photobucket'></a></div>";[/quote] [color=steelblue][b]after putting a link, my whole js suddenly stop working waaahhh[/b][/color]
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote=charmcharmcharm14][quote]dude="<div id='divStayTopLeft' style='position:absolute;z-index:50;'><a href='LINK HERE' target="_blank'><img src='IMAGE HERE OR ANYTHING THAT YOU WANT TO HAVE A LINK' border='0' alt='Photobucket'></a></div>";[/quote] [color=steelblue][b]after putting a link, my whole js suddenly stop working waaahhh[/b][/color][/quote] Post the url to ur .txt file here so I can check ur codes =)
charmcharmcharm14
» FTalkAddict
FTalk Level: zero
598
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[color=steelblue][align=center][b]ow sir bobcar again, i think im causing u soo much trouble :D stupid mee :wallbash: btw, hir it iz: http://h1.ripway.com/charmcharmcharm14/MYJS.txt[/b][/align][/color]
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

[quote=charmcharmcharm14][color=steelblue][align=center][b]ow sir bobcar again, i think im causing u soo much trouble :D stupid mee :wallbash: btw, hir it iz: http://h1.ripway.com/charmcharmcharm14/MYJS.txt[/b][/align][/color][/quote] You need to have an addbox for this code to work. Try this as ur .txt file <">
  • ARCHIVES 
  • » [b]Permission to start a new thread granted[/b] :D :thumbsup: tnx xave [quote=xavierkym]Ow. Okei. But anyway, just make a new thread bro. =| My internet is so slow at this moment.. I think because s

Pages: 1123456789101112..12

Board footer

© 2024 F Talk

Current time is 19:17

[ 9 queries - 0.052 second ]
Privacy Policy