Hi Team, We want to stop the current execution context of JavaScript.
for example,
function myfunc(){
window.close();
alert("shouldn't execute");
}
If window.close() called, alert("shouldn't execute") statement shouldn't
execute.
Also browser application shall not quit.
Thanks & Regards,
Vicky.
.
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
