[Javascript] WHY would a drop down box redirection scirpt

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Sep 26 13:32:58 CDT 2001


>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




More information about the Javascript mailing list