C
chris leeds
Hi all,
I'm wondering if there's an html/ JavaScript way to replicate the asp
response.redirect.
I need to put some code in the middle of an html block that will redirect
the browser to another page.
apparently there is no equivalent to response.redirect in php other than a
header command that will do a meta refresh but it wont work because where I
need the redirect the header will have already been passed.
something like document.location?
--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--
I'm wondering if there's an html/ JavaScript way to replicate the asp
response.redirect.
I need to put some code in the middle of an html block that will redirect
the browser to another page.
apparently there is no equivalent to response.redirect in php other than a
header command that will do a meta refresh but it wont work because where I
need the redirect the header will have already been passed.
something like document.location?
--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--