# Please help me regarding pop up windows

**URL:** https://forum.kirupa.com/t/please-help-me-regarding-pop-up-windows/157088
**Category:** flash
**Created:** [July 29, 2005, 8:22pm UTC](https://forum.kirupa.com/t/please-help-me-regarding-pop-up-windows/157088 "2005-07-29T20:22:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MoOMoOMiLK](https://avatars.discourse-cdn.com/v4/letter/m/919ad9/32.png) [@MoOMoOMiLK](https://forum.kirupa.com/u/MoOMoOMiLK)
#### Post date: [July 29, 2005, 8:22pm UTC](https://forum.kirupa.com/t/please-help-me-regarding-pop-up-windows/157088/1 "2005-07-29T20:22:36Z")

</div>

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:

```auto
 
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.
