javascript - Suppress syntax error and continue next script execution -


i using ieembed browser in application(using jdic).

at 1 point when click on button calls javascript, attached error pops , scripting stops.

when open same site in internet explorer outside works fine, have disabled script debugging in tools/advance | disable script debugging

![enter image description here][1]

i have tried following code hide error stops script execution:

window.onerror=function(errormsg,url,linenumber,column,erroobj){ return true; };


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -