PDA

View Full Version : Does window.stop() work in IE?


VovaM
11-22-2006, 02:35 PM
I am trying to use Javascript to stop a web page processing a search when the user hits a cancel button. In Netscape, window.stop() seems to work (in the same way as the Stop button on the browser I guess). However, this does not work in IE. Is there any other method that can be used to get the same result?