IE8 Crashes Strangely on JavaScript Popup
I am facing a strange issue after the popup is created onclick . The popup opens up but hangs immediately on IE8 (works fine on all the other browsers including IE6). But on adding the alert box as show in the JavaScript code, the popup works fine. I am using **https** and not **http** and i feel popup is not able to load the JS file because of SSL . Here is the how i am generating the onclick event: <a id="forgotPasswordLink" href="#" onclick="openSupportPage();"> Some Text </a> The onclick function is defined this way: function openSupportPage() { var features = "width=700,height=400,status