I have the following that produces a popup window:
on (release)
{
getURL("javascript:window.open('pan1.html','pan1','toolbar=0,location=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=460,height=450,left=0,top=0')");
}
I have also a couple of other windows called pan2 and pan3. How can I make pan2 or pan3 window close if I press for pan1 to popup?
with thanks
Brian
on (release)
{
getURL("javascript:window.open('pan1.html','pan1','toolbar=0,location=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=460,height=450,left=0,top=0')");
}
I have also a couple of other windows called pan2 and pan3. How can I make pan2 or pan3 window close if I press for pan1 to popup?
with thanks
Brian