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, but Internet Explorer
refuses to open the pop-up. How can I make it work?
The code is:
<input type="button" value="Help"onC lick="window.op en('mda.php','H elpMe','width=2 00,height=200,l eft=200,top=200 ,resizable')"/>
I have change it many ways - e.g. tried opening a htm, html file instead of php. It still works on Mozilla and not I.e
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, but Internet Explorer
refuses to open the pop-up. How can I make it work?
The code is:
<input type="button" value="Help"onC lick="window.op en('mda.php','H elpMe','width=2 00,height=200,l eft=200,top=200 ,resizable')"/>
I have change it many ways - e.g. tried opening a htm, html file instead of php. It still works on Mozilla and not I.e
Comment