# Flash window 'Title' -- Flash-8

**URL:** https://forum.kirupa.com/t/flash-window-title-flash-8/222488
**Category:** flash
**Created:** [April 13, 2007, 8:51pm UTC](https://forum.kirupa.com/t/flash-window-title-flash-8/222488 "2007-04-13T20:51:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mpot](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@mpot](https://forum.kirupa.com/u/mpot)
#### Post date: [April 13, 2007, 8:51pm UTC](https://forum.kirupa.com/t/flash-window-title-flash-8/222488/1 "2007-04-13T20:51:54Z")

</div>

So I have some script that I found online that my HTML Splash page will open a new blank fitted flash window,

function openpopup(popurl){  
var winpops=window.open(popurl,"",“width=900,height=60 0,border=0,status”)  
}  
\<a href=“javascript:openpopup(‘URL’)”\>\<IMG SRC=“button”\>\</a\>

What I am trying to do is get the title of the window to change. Right now when it pops up the title of my  
window is the name of the flash swf. Can you change it to something more professional looking with adding some code to  
the javascript function?? Like for example on Kirupa its window name is ‘kirupaForum’ how can I specify that within my  
javascript, or is there an actionscript that I need to place within my flash document that will accomplish this for the new flash window that is popping up. I just want the new window to be called something that I can specify.

Please help!

Thanks,  
-M
