[thelist] How to Redirec.

Joshua Olson joshua at waetech.com
Tue Aug 12 15:26:05 CDT 2003


----- Original Message ----- 
From: "Steve Abaffy" <sabaffy at mswebdevelopment.com>
Sent: Tuesday, August 12, 2003 4:03 PM


> <img src="/images/somegif.gif" onClick="javascript:
> redirect('/members/somepage.asp')>
> the question is what is the proper command for the redirect???

Using javascript, you can change the page using:

top.location.href = '/members/somepage.asp';

Some browsers will pull from the cache instead of requering the server using
this command, so be careful.

Good luck,

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com
706.210.0168



More information about the thelist mailing list