akinak
Mar 21st 2008, 9:57 am
I have a link which opens a pop-up window. It is working fine with firefox and netscape,but with IE6 it simply opens the page in the same window. Here is the code:
<a href="PHIL305.html" onClick="JavaScript:window.open('PHIL305.html',' ','height=300,width=400,scrollbars=yes');return false;">PHIL 305
</a>
How can I make it open a pop-up window in IE6?? Is it the browser compatibility issue?
<a href="PHIL305.html" onClick="JavaScript:window.open('PHIL305.html',' ','height=300,width=400,scrollbars=yes');return false;">PHIL 305
</a>
How can I make it open a pop-up window in IE6?? Is it the browser compatibility issue?