# Pop Under trouble

**URL:** https://forum.kirupa.com/t/pop-under-trouble/223527
**Category:** flash
**Created:** [April 23, 2007, 4:25pm UTC](https://forum.kirupa.com/t/pop-under-trouble/223527 "2007-04-23T16:25:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![koolkrasher](https://avatars.discourse-cdn.com/v4/letter/k/c6cbf5/32.png) [@koolkrasher](https://forum.kirupa.com/u/koolkrasher)
#### Post date: [April 23, 2007, 4:25pm UTC](https://forum.kirupa.com/t/pop-under-trouble/223527/1 "2007-04-23T16:25:54Z")

</div>

hello all i am working on a pop under ad for my self and i think i have the script correct but it doesnt seem to be working.

on my button i have the followeing  
on (release) {  
getURL(“javascript:Launch(‘[http://www.yahoo.com](http://www.yahoo.com)’)”);  
}

in the html page i have the following

\<SCRIPT LANGUAGE=“JavaScript”\>  
\<!-- Begin  
function Launch(page) {  
OpenWin = this.open(page, “yahoo”); }  
// reset focus to main window  
window.focus();  
// End --\>  
\</SCRIPT\>

im not sure if this is rite, if any one knows what im dooin wrong please help me out

thanks  
kool
