# Pop up window

**URL:** https://forum.kirupa.com/t/pop-up-window/181917
**Category:** Uncategorized
**Created:** [March 14, 2006, 7:46am UTC](https://forum.kirupa.com/t/pop-up-window/181917 "2006-03-14T07:46:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bladeswim83](https://avatars.discourse-cdn.com/v4/letter/b/d2c977/32.png) [@bladeswim83](https://forum.kirupa.com/u/bladeswim83)
#### Post date: [March 14, 2006, 7:46am UTC](https://forum.kirupa.com/t/pop-up-window/181917/1 "2006-03-14T07:46:05Z")

</div>

Ok, ok, I know a bunch of people have already posted questions about the centered pop up window tutorial and I’m sorry for bringing it up again.

On my website I have the maintime line and then a movie clip that holds the different pages of the wesite. In one of those movie clips I have more buttons and then I want to be able to have a pop up window come up when I click on one of those buttons. I use the code:

btn\_Camp.onRelease = function() {  
getURL(“javascript:openWindow(‘Camppop1\_001.htm’, 326,512)”);  
};

That I get, but for the html coding that I have to change do I make the changes in the index file of the “Camppop1\_001.htm” file??

Does it make a difference that the button to make the pop up window come up is not on the root???

Any suggestions or comments or if you are as confused as I am, Let me know

Thanks  
Linz
