|
 |
asp_web_howto thread: Re: Disabling going
Message #1 by "Jake C" <jakeone@b...> on Tue, 19 Jun 2001 17:05:14
|
|
Melissa,
The following article might be helpful,
http://www.4guysfromrolla.com/webtech/111500-1.shtml
Regards,
Jake
> Does anyone know of a way to prevent a user from getting to previous
pages?
> In most cases it is ok. But if they do one particular update, I don't
want
> them to be able to go back because of database and personalization and
> membership problems.
> I'm not real fluent at JavaScript, but saw some mentions of the history
> object.
>
> Any ideas?
> Thanks.
> Melissa
>
>
Message #2 by "Hiram Abiff" <ijohnson@r...> on Tue, 19 Jun 2001 19:33:34
|
|
If you use javascript to load the page, use location.replace('url')
This loads the page without the browser's history
> Does anyone know of a way to prevent a user from getting to previous
pages?
> In most cases it is ok. But if they do one particular update, I don't
want
> them to be able to go back because of database and personalization and
> membership problems.
> I'm not real fluent at JavaScript, but saw some mentions of the history
> object.
>
> Any ideas?
> Thanks.
> Melissa
>
>
|
|
 |