Wednesday, June 20, 2012

Stop HTML Form Submit

if(navigator.appName == "Microsoft Internet Explorer") {
    window.document.execCommand('Stop');
}
else
{
    window.stop();
}

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home