|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
window.stop() doesn't work in IE I am currently working on Javascript where when a user hits a cancel button, nothing is done. However in Internet Explorer, window.stop() doesn't seems to work. I have basically designed my site for IE, and so my requirement is that it should work in IE properly. But it is not the case. How do I do this then? Do you have a better idea? And why doesn't window.stop() method work in IE? |
#2
| |||
| |||
Re: window.stop() doesn't work in IE Where you are using the window.stop(0 method? Is it coded as below and if not then reconfirm it: Code: <form> <input type="button" value="stop" onClick="window.stop()"> </form> |
#3
| |||
| |||
Re: window.stop() doesn't work in IE Yes it is correct the window.stop() method doesn't work in IE4+ browsers. The repeated call to this may cause you the browser issues. But you can use document.execCommand method on your code. All you need to use is "Stop" argument that does the same function as window.stop(). |
![]() |
|
Tags: internet explorer, javascript |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to stop opening a new window every time in chrome | Eeshika18 | Technology & Internet | 4 | 25-02-2012 10:57 AM |
Preview doesn't work in Open dialog window Office 2007 | Antonio00 | MS Office Support | 9 | 02-10-2010 07:11 PM |
Amcap (USBPCCamPlus) doesn't seem to work, does it work for you? | Delil | XP Hardware | 3 | 26-06-2010 10:56 PM |
Work with partitions in Windows Vista when Disk Management doesn?t work | FlashX | Tips & Tweaks | 1 | 06-01-2009 12:01 PM |
How to stop window advertising an antivirus | Devasis | Networking & Security | 2 | 21-08-2008 02:28 PM |