Gazing into my crystal ball I observed "David Shorthouse"
<> writing in
news::
> Hey folks,
>
> I have my entire ASP-driven site in a one-frame frameset to
> preserve a
> static URL in a browser's address bar. I also have a customized 404
> page to redirect a visitor to the top, default frameset. The redirect
> works, but the called, nonexistent URL remains in the browser's address
> bar. Is there any way to refresh a browser's address in the address bar
> to that of the site's default, frameset address? I tried using a
> window.location-type javascript, but the redirects get stuck in a
> perpetual loop.
>
> Thanks for any advice,
>
> Dave
>
>
>
First, as you are I am sure aware, this is not a client side group.
Second, why are you using frames in the first place? Frames have many
problems, bookmarking, orphan pages in search engines (especially if
javascript is unavailable on the client), search engines, etc.
If you are trying to preserve the static URL in the user's address bar, is
this to keep the person from seeing querystrings and the like? Trust me,
those who want to get to the real page can, easily. View source will give
them the real URL, they can turn off javascript and happily surf around
with all the information you want to hide.
Use other methods, post, session variables, or use check sum or MD5 to
check for invalid values.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share