# Open browser window without menus, toolbars etc

**URL:** https://forum.kirupa.com/t/open-browser-window-without-menus-toolbars-etc/3787
**Category:** Uncategorized
**Created:** [September 17, 2001, 7:39am UTC](https://forum.kirupa.com/t/open-browser-window-without-menus-toolbars-etc/3787 "2001-09-17T07:39:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2001, 7:39am UTC](https://forum.kirupa.com/t/open-browser-window-without-menus-toolbars-etc/3787/1 "2001-09-17T07:39:19Z")

</div>

i have set a button in my flash movie to open a new browser window (with another flashmovie in it) without menus, toolbars etc which works fine.  
however when i try to open another window from within this new window, using the same script, it opens inside itself and not the new window i want (??) please note: i am a beginner

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2001, 7:03pm UTC](https://forum.kirupa.com/t/open-browser-window-without-menus-toolbars-etc/3787/2 "2001-09-17T19:03:40Z")

</div>

Hey vern,  
What you could do, is create another copy your javascript code from this URL: [www.kirupa.com/developer/…window.asp](http://www.kirupa.com/developer/flash5/newwindow.asp) and rename the name of the function. For example function Launch(page) could become function Another(page) and in Flash, under your getURL action, you refer to javascript:Another…

You basically create another exact copy of the file with the code named differently. I believe there is another method of re-using the same code for all the buttons, but I am forgetting how it is done at this very moment.
