• ARCHIVES 
  • » [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

Pages: 1

[b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

aidenlive
» FTalkGeek
FTalk Level: zero
1269
0
1969-12-31

[b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

[b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/color][/b][/url] [b]js code:[/b] edit the[b] BOLD[/b] part [quote][spoiler]// 640x480 Pixels if (screen.width <= 640) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 800x600 Pixels else if (screen.width <= 800) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 960x600 Pixels else if (screen.width <= 960) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 1024x768 Pixels else if (screen.width <= 1024) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 1152x864 Pixels else if (screen.width <= 1152) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 1600x1200 Pixels else if (screen.width <= 1600) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 1280x1024 pixels else if (screen.width <= 1280) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; } // 1440×900 pixels else if (screen.width <= 1440) { alert("Sending you to a page appropriate for screen resolution "+ screen.width +"x"+ screen.height +" pixel."); document.location = "[b]DIRECT LINK[/b]"; }[/spoiler][/quote] [b]you can also assign different js[/b] [quote][spoiler]// 640x480 Pixels if (screen.width <= 640) { Asset.javascript('JS HERE'); } // 800x600 Pixels else if (screen.width <= 800) { Asset.javascript('JS HERE'); } // 960x600 Pixels else if (screen.width <= 960) { Asset.javascript('JS HERE'); } // 1024x768 Pixels else if (screen.width <= 1024) { Asset.javascript('JS HERE'); } // 1152x864 Pixels else if (screen.width <= 1152) { Asset.javascript('JS HERE'); } // 1600x1200 Pixels else if (screen.width <= 1600) { Asset.javascript('JS HERE'); } // 1280x1024 pixels else if (screen.width <= 1280) { Asset.javascript('JS HERE'); } // 1440×900 Pixels else if (screen.width <= 1440) { Asset.javascript('JS HERE'); }[/spoiler][/quote] [b]or css[/b] [quote][spoiler]// 640x480 Pixels if (screen.width <= 640) { Asset.css('URL HERE'); } // 800x600 Pixels else if (screen.width <= 800) { Asset.css('URL HERE'); } // 960x600 Pixels else if (screen.width <= 960) { Asset.css('URL HERE'); } // 1024x768 Pixels else if (screen.width <= 1024) { Asset.css('URL HERE'); } // 1152x864 Pixels else if (screen.width <= 1152) { Asset.css('URL HERE'); } // 1600x1200 Pixels else if (screen.width <= 1600) { Asset.css('URL HERE'); } // 1280x1024 pixels else if (screen.width <= 1280) { Asset.css('URL HERE'); } // 1440×900 Pixels else if (screen.width <= 1440) { Asset.css('URL HERE'); }[/spoiler][/quote]

Last edited by aidenlive (2009-01-06 17:57:11)

Jackal Seraf
» n00b
FTalk Level: zero
93
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

the demo isnt working.... :(
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

try viewing it in other pc... :D [hr] nice one bro... :D :thumbsup:
hannah_19
» n00b
FTalk Level: zero
33
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

Nice script dude!! =):thumbsup: i like it hehe.. :wow:
*YOSHI.KOJIMA*
» n00b
FTalk Level: zero
27
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

Thanks For Sharing :)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

:thumbsup: Nice codes, great for those that like their profiles to always fit the viewers monitor =)
zholuterocripz
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

thanks for sharing :paranoid:
kacangkacang
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

its work :thumbsup:
lloyd
» FTalker
FTalk Level: zero
133
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

nice tnx for this one!!
chipster489
» FTalkWorm
FTalk Level: zero
16296
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

[font=Lucida Sans Unicode][b]Thanks 4 posting dat, very helpful. :) [/b][/font]
robin182
» FTalkAddict
FTalk Level: zero
471
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

Nice share... aiden is a master... thx iaaagh... :D
regiehiozn
» FTalkFreak
FTalk Level: zero
1819
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

finally! yehey! my screen resoluion is 1440x900 so my BG image loads slow.. :D now i can redirect them to a smaller image.. :D +rep!
felicitytine13
» FTalker
FTalk Level: zero
227
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

wow hehehehe this trick is so nice i've been looking for this one but i can't inject this because i'm still too busy on my school so i'm just gonna subscribe to this topic
tutzie
» FTalker
FTalk Level: zero
217
0
1969-12-31

Re: [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

thanks for sharing :)
  • ARCHIVES 
  • » [b]Description:[/b] Use this code snippet to redirect your visitors to the web page that best fits their screen resolution. :arrow: [url=http://profiles.friendster.com/85978234][b][color=green]DEMO[/

Pages: 1

Board footer

© 2025 F Talk

Current time is 13:45

[ 10 queries - 0.020 second ]
Privacy Policy