Hi............
The problem is using Safari in Mac Oprating System.I am unable to Close Window using java script window.close() or self.close().I'm using the following code line, which is working fine with all browser of Window OS.
and
Any help most appreciated.
Mohan Reddy
The problem is using Safari in Mac Oprating System.I am unable to Close Window using java script window.close() or self.close().I'm using the following code line, which is working fine with all browser of Window OS.
Code:
<script type="text/javascript">
<!--
self.focus();
setTimeout("self.close();",10);
//-->
</script>
and
HTML:
<a href="javascript:window.close();">Close this window</a></span>
Any help most appreciated.
Mohan Reddy