# getURL popup window size

**URL:** https://forum.kirupa.com/t/geturl-popup-window-size/166888
**Category:** flash
**Created:** [October 23, 2005, 6:52pm UTC](https://forum.kirupa.com/t/geturl-popup-window-size/166888 "2005-10-23T18:52:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![oxyde\_mac\_com](https://avatars.discourse-cdn.com/v4/letter/o/7c8e57/32.png) [@oxyde\_mac\_com](https://forum.kirupa.com/u/oxyde_mac_com)
#### Post date: [October 23, 2005, 6:52pm UTC](https://forum.kirupa.com/t/geturl-popup-window-size/166888/1 "2005-10-23T18:52:43Z")

</div>

hi,  
i’m using a script to popup a window when the visitor click on a image.  
i would like to know how to get the size property inclose in that script

imageframe\_mc.onPress = function()  
{getURL(“pics/”+images[index],"\_blank");}

i’ve tryed  
imageframe\_mc.onPress = function()  
{getURL(“pics/”+images[index],"\_blank",“width=300”,“height=300”);}

but it doesn’t seems to work.
