[webkit-help] How to stopping current execution context of JS

Vicky Tux ssseintr2 at gmail.com
Wed Aug 17 21:35:13 PDT 2011


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.
.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110818/8181ffb8/attachment.html>


More information about the webkit-help mailing list