Hey people, I’m currently experiencing a problem with popping up a window after clicking on a button. Somehow the window pops up in Opera browser, but not in Internet Explorer.
Here is the code attached to the button:
on (release) {
getURL("javascript:NewWindow=window.open('main.html','X JAPAN ~ UNTIL THE END OF TIME ~','width=800,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();void(0);");
}
Does anyone know why it works in Opera but not in IE? Thanks in advance.