A
Alessandra
Hi all,
I am trying to build a pop-up into a Web page. The pop-up should open when
clicking a button. It works fine on Mozilla and Opera, but Internet Explorer
refuses to open the pop-up. How can I make it work?
The code is:
<input type="button" value="Help"
onClick="javascript:window.open('help.htm','Help on units
field','width=400,height=200,left=200,top=200,resizable')" />
and the page is here:
http://www.amtrad.it/feewizardol.php (The "Help" buttons do not work in IE.)
Thanks for any hint!
Alessandra
I am trying to build a pop-up into a Web page. The pop-up should open when
clicking a button. It works fine on Mozilla and Opera, but Internet Explorer
refuses to open the pop-up. How can I make it work?
The code is:
<input type="button" value="Help"
onClick="javascript:window.open('help.htm','Help on units
field','width=400,height=200,left=200,top=200,resizable')" />
and the page is here:
http://www.amtrad.it/feewizardol.php (The "Help" buttons do not work in IE.)
Thanks for any hint!
Alessandra