Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Stop Page from adding to History


  • From: javascript@xxxxxxxxxx (Walter Torres)
  • Subject: [Javascript] Stop Page from adding to History
  • Date: Wed, 26 Sep 2001 14:01:23 -0500

OK, I understand that, but the problem is that with this method the current
page *is* History until your method is run.

My quandry is that I have many instances of IT running and each time I load
a page in one instance, all others History is effected and a user can hot
the pull down list in the address bar (which I can't [yes I know how] get
rid of) so they can load this JSP generated page into any instance they
wish.

Help.

walter


> -----Original Message-----
> From: javascript-admin@xxxxxxxxxx
> [mailto:javascript-admin@xxxxxxxxxx]On
> Behalf Of Peter-Paul Koch
> Sent: Wednesday, September 26, 2001 1:33 PM
> To: javascript@xxxxxxxxxx
> Subject: RE: [Javascript] WHY would a drop down box redirection scirpt
>
>
>
>
> >Anone have a clue on how I can make sure a page that is
> displayed in an IE
> >5.5 browser will *not* get added to the History list?
>
> Load the next page by
>
> location.replace('newpage.html');
>
> This new page overwrites the old one in the history. This
> works on all
> browsers (except maybe Netscape 2).
>
> ppk
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> http://www.LaTech.edu/mailman/listinfo/javascript