Problems with popup

hi there

here my prob :

from level 0 I load CLIP1 on level 1 which contains a button in order to generate a popup html page.

I put the fallowing AS code on the button : getURL(“javascript:popup(‘popup.htm’,‘popup’,‘height=200,width=200,left=400,top=200,status=no,menubar=no,scrollbars=no,resizable=no’)”);
}

but nothing happens by testing it.

when I put clip1 on a single html page, the button opens the popup. So on this way, it works !!! bizarre !!!

so, how can I open a html page ( with no scrallbars, no menubar, notresizable, no status… ) from a swf clip which is loaded on level1

thanks a lot