Anyone Expert? Safari Browser and Popup Window
Hello!
I have developed an application which opens a popup window on click of a image. Its works fine on IE but when I try to run it Safari the popup window does not appear.
<SCRIPT language="javascript">
function OpenWindow(sAction) {
if(sAction==2){
window.open('password.asp','winpopup','width=360,h eight=170,top=300,left=310');
}
}
</SCRIPT>
<a href="#" onClick="OpenWindow(2)" class="bodyWhite"><img src="images/2.2.gif" width="590" height="304" border="0"></a>
Any Idea...
Any Help.....
Will really be appriciated.
Thank you,
Zeeshan Ahmed
|