# Target Open Window

**URL:** https://forum.kirupa.com/t/target-open-window/59280
**Category:** web dev
**Created:** [July 29, 2004, 9:34pm UTC](https://forum.kirupa.com/t/target-open-window/59280 "2004-07-29T21:34:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![themachine37](https://avatars.discourse-cdn.com/v4/letter/t/a4c791/32.png) [@themachine37](https://forum.kirupa.com/u/themachine37)
#### Post date: [July 29, 2004, 9:34pm UTC](https://forum.kirupa.com/t/target-open-window/59280/1 "2004-07-29T21:34:19Z")

</div>

ok guys here is my question:

can I load a new html page into an existing window, but not the same window i am loading it from?

heres what i want to do:

i have an image gallery in flash, and i want to be able to click on each of the images and open a new html page in a window. i can use the getURL action to open a new window but i dont want a new window to open everytime i want to be able to use that one pop up.

is this possible?

i hope that isnt too confusing  
thanks

---

<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: [July 29, 2004, 9:49pm UTC](https://forum.kirupa.com/t/target-open-window/59280/2 "2004-07-29T21:49:00Z")

</div>

getURL(“href.html”, “mywin”);

then on other buttons… getURL(“href.html”, “mywin”);

:p:

---

<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: [July 29, 2004, 10:17pm UTC](https://forum.kirupa.com/t/target-open-window/59280/3 "2004-07-29T22:17:28Z")

</div>

didnt work, still opened another window ☹

but thanks for trying!!!
