Try: location.replace(URL); it won't exactly clear your history, but
eliminates the use of the back button or going back in the page.
-----Original Message-----
From: Udhayakumar. U [mailto:udhayakumar@i...]
Sent: Monday, November 18, 2002 6:17 AM
To: javascript
Subject: [javascript] Clear History
Hai,
In my application i am hiding the toolbar,adressbar and menu bar.
My problem is after accessing a partiuclar page i want to clear thr URL in
the
location bar.I hope it can be done in JavaScript.
Can anyone please help me to solve this problem