![]() |
anyone know of a script that can...
check real quick to see if the user is using 800/600 screen width or 1024/768 and if they are using say 800/600 it directs them to the 800/600 index. page and so on?
TOM |
:helpme
|
I was just at a java page the other day had this.
Don't think you can post them here though.. word java is banned I think |
What language?
Here's something that detects and selects a BG based on resolution: SCRIPT Language="J.A.V.A.S.C.R.I.P.T" function getWallpaper() { if (screen.Width hahahaha 1024) { i = 0 } if (screen.Width hahahaha 800) { i = 1 } if (screen.Width hahahaha 640) { i = 2 } image = new Array(3); image[0] = "1024.jpg"; image[1] = "800.jpg"; image[2] = "640.jpg"; hahahahahahahahahahahahahahaha('hahahahahaha BACKGROUND="' + image[i] + '" BGPROPERTIES="Fixed">'); } //** end hiding of J.A.V.A.S.C.R.I.P.T--> /S.C.R.I.P.T |
shit it's impossible to post it correctly here, but you get the idea with the getWallpaper() thing you should be able to do something with that I guess
|
thanks guys :)
|
Durrr... I ain't thinking clear tonight but I guess the whole thing is detected through screen.height & screen.width
I never do much Java stuff & it shows |
You can also do a browser and screen size check with SSI
check over on webmonkey.. |
what language do you want it on?
|
|
All times are GMT -7. The time now is 09:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123