Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Re: window.history.


Message #1 by "Mohammed Zameer A." <zameerm@g...> on Wed, 24 Oct 2001 06:40:35
Check the type of the button.
I had the same problem in IE5.5/6.0 but working fine in IE5.0.
The button type was of "Submit". By changing it to "Button" its working 
fine now.
<input type="Button" onClick="history.back()">

  Return to Index