# Popup window from open image link?

**URL:** https://forum.kirupa.com/t/popup-window-from-open-image-link/196529
**Category:** flash
**Created:** [August 9, 2006, 5:23am UTC](https://forum.kirupa.com/t/popup-window-from-open-image-link/196529 "2006-08-09T05:23:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![HekG](https://avatars.discourse-cdn.com/v4/letter/h/73ab20/32.png) [@HekG](https://forum.kirupa.com/u/HekG)
#### Post date: [August 9, 2006, 5:23am UTC](https://forum.kirupa.com/t/popup-window-from-open-image-link/196529/1 "2006-08-09T05:23:37Z")

</div>

Hello,  
I have dynamic text in my movie that when clicked opens different image jpgs in \_blank window. I would like to be able to have the blank window open at a set size so that when the link is clicked it doesn’t open the image in a full window.

This is the AS which creates the links. Any suggestions? Thanks 🙂

```auto
<a href=\'http://" + currAttribs.link + "\' target=\'_blank\'>

```

Keep in mind that I’m not calling actual html pages but rather jpg files to open in \_blank pages.
