|
 |
asp_web_howto thread: Re-directs
Message #1 by "Phil Bradwell" <bradders@d...> on Thu, 2 May 2002 19:58:56 +0100
|
|
I am having problems with my re-directs.
The code seems to re-direct the user to the next page as the new Html is
shown however the Url in the address bar remains the same as the page it
re-directs from.
please can someone help
Message #2 by Mark Eckeard <meckeard2000@y...> on Thu, 2 May 2002 12:13:37 -0700 (PDT)
|
|
Phil,
Please post your code.
Thanks,
Mark
--- Phil Bradwell <bradders@d...> wrote:
> I am having problems with my re-directs.
>
> The code seems to re-direct the user to the next
> page as the new Html is
> shown however the Url in the address bar remains the
> same as the page it
> re-directs from.
>
> please can someone help
>
>
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Message #3 by "Gavin Landon" <glandon@g...> on Thu, 2 May 2002 17:41:26 -0500
|
|
This happens if your already on the page, then change your code to use
redirects, then hit F5 to refresh.. Try closing your browser and then
hiting the page.
Response.Redirect "/dir/url.asp"
works as it should.
"Phil Bradwell" <bradders@d...> wrote in message
news:171205@a..._web_howto...
>
> I am having problems with my re-directs.
>
> The code seems to re-direct the user to the next page as the new Html is
> shown however the Url in the address bar remains the same as the page it
> re-directs from.
>
> please can someone help
>
>
>
|
|
 |