| T O P I C R E V I E W |
| 4nik |
Posted - 11/11/2002 : 09:10:00 <html> <head><title>Dealer IT Services</title></head> <body onload="redirectPage()"></body> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function redirectPage() { var url800x600 = "home/home1.html"; var url1024x768 = "home/home2.html"; if ((screen.width <= 800) && (screen.height <= 600)) window.location.href= url800x600; else if ((screen.width >= 1024) && (screen.height >= 768)) window.location.href= url1024x768; else window.location.href= url800x600; } // End --> </SCRIPT> </html>
This is my index.html, is there a reason why it wont work in my home directory? I get a forbidden error??!!
|
| 2 L A T E S T R E P L I E S (Newest First) |
| ListerD |
Posted - 11/11/2002 : 09:51:02 Gotta love it when people answer themselves...
(no I don't) (yes I do) (no I don't)
|
| 4nik |
Posted - 11/11/2002 : 09:14:12 Nevermind- i changed it from index to default and it works
|