Click to See Complete Forum and Search --> : Redirect a browser to another page


SyllasR
09-10-2003, 11:05 AM
Hello all,

In our public web site there is a web page that contains a link to a dedicaded web site like the following:
HTTPS://OurCompanyWebSite.ca/AuthenticatedClients.asp.
All our clients access the dedicaded server from the public web site using this link.
Everything works fine.
But the javascript I want should be able to redirect our clients to another page when the dedicaded server is down. I would like this script to be compatible to the most popular browsers

Thanks in Advance !

Syllas

requestcode
09-10-2003, 11:45 AM
Javascript does not have the ability to determine if a server is down so you won't be able to do it with that. Maybe a server side language such as Perl, PHP or ASP. Try posting this in one of those forums and see if they have a solution. Good Luck.

CyCo
09-10-2003, 12:21 PM
...I agree with requestcode that a server-side solution would be best, but you might want to take look at this thread...

http://forums.webdeveloper.com/showthread.php?s=&threadid=9909&highlight=redirect

SyllasR
09-10-2003, 01:01 PM
Tank you both

Syllas