Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] WHY would a drop down box redirection scirpt
- From: javascript@xxxxxxxxxx (Peter-Paul Koch)
- Subject: [Javascript] WHY would a drop down box redirection scirpt
- Date: Wed, 26 Sep 2001 18:32:58 +0000
>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
- Follow-Ups:
- [Javascript] Stop Page from adding to History
- From: Walter Torres
- [Javascript] Stop Page from adding to History
- Prev by Date: [Javascript] WHY would a drop down box redirection scirpt
- Next by Date: [Javascript] Stop Page from adding to History
- Previous by thread: [Javascript] WHY would a drop down box redirection scirpt
- Next by thread: [Javascript] Stop Page from adding to History
- Index(es):