ealdahondo
01-16-2009, 09:59 PM
Hello,
I have a button in which I want a simple html page to show pop up when clicked on. Here is my code:
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.speakrecordings.com/html/spk001relbox.html','spk001','width=500,height=500, left=0,top=0,toolbar =No,location=Yes,scrollbars=No,status=No,resizable = No,fullscreen=No'); NewWindow.focus(); void(0);");
}
It works, except it brings up the page its supposed to and underneath that it brings up a seperate BLANK BROWSER PAGE.
Can someone please direct me in the right direction?
Thank you!
:confused:
I have a button in which I want a simple html page to show pop up when clicked on. Here is my code:
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.speakrecordings.com/html/spk001relbox.html','spk001','width=500,height=500, left=0,top=0,toolbar =No,location=Yes,scrollbars=No,status=No,resizable = No,fullscreen=No'); NewWindow.focus(); void(0);");
}
It works, except it brings up the page its supposed to and underneath that it brings up a seperate BLANK BROWSER PAGE.
Can someone please direct me in the right direction?
Thank you!
:confused: