# Javascript/popup window works in mozilla, not in internet explorer

**URL:** https://forum.kirupa.com/t/javascript-popup-window-works-in-mozilla-not-in-internet-explorer/142845
**Category:** Uncategorized
**Created:** [April 1, 2005, 1:32am UTC](https://forum.kirupa.com/t/javascript-popup-window-works-in-mozilla-not-in-internet-explorer/142845 "2005-04-01T01:32:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![macron](https://avatars.discourse-cdn.com/v4/letter/m/e9bcb4/32.png) [@macron](https://forum.kirupa.com/u/macron)
#### Post date: [April 1, 2005, 1:32am UTC](https://forum.kirupa.com/t/javascript-popup-window-works-in-mozilla-not-in-internet-explorer/142845/1 "2005-04-01T01:32:04Z")

</div>

hi all,

i used the popup window javascript as described on [kirupa.com](http://kirupa.com). the popup window works fine in mozilla, but not in internet explorer.

you can see by going to

click [http://www.cenaluna.com](http://www.cenaluna.com) then clicking the ‘menu’ button.

in the HEAD section of the indexl.html file i have the following:  
\<SCRIPT LANGUAGE=“JavaScript”\>  
\<!-- Begin  
function Launch(page) {  
OpenWin = this.open(page, “Cena Luna”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=548,height=388”);  
}  
// End --\>  
\</SCRIPT\> and the script on the button which activates the popup is as follows:  
\<A HREF=javascript:Launch(‘menu.html’)\>\</A\>

would y’all mind trying it out in both browsers and letting me know if you can see what the problem is?

cheers,  
macron.
