# Need help with Browser Window

**URL:** https://forum.kirupa.com/t/need-help-with-browser-window/153469
**Category:** flash
**Created:** [July 1, 2005, 4:49pm UTC](https://forum.kirupa.com/t/need-help-with-browser-window/153469 "2005-07-01T16:49:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ChimaJ](https://avatars.discourse-cdn.com/v4/letter/c/7bcc69/32.png) [@ChimaJ](https://forum.kirupa.com/u/ChimaJ)
#### Post date: [July 1, 2005, 4:49pm UTC](https://forum.kirupa.com/t/need-help-with-browser-window/153469/1 "2005-07-01T16:49:36Z")

</div>

My browser window keeps popping up automatically. I created a flash button and added "javascript:Launch(my URL) in actions getURL.

In Dreamweaver I added the following script in HTML in between the \<body\> tags:

\<SCRIPT LANGUAGE=“JavaScript”\>  
\<!-- Begin  
function Launch(page) {  
OpenWin = this.open(page, “Alfa”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=400,height=400”);  
}  
// End --\>  
\</SCRIPT\>

The button works fine, but now everytime I load the page, the pop-up window comes up by itself. In Flash, I tried with and without a URL target, but I get the same results. Any suggestions??
