Hi:
1 I am using javascript window.open() method to open new window, it works well inIE,Firefox but not working in safari.
2 I have problem on firefox, image control never displays image in firefox.I have mentioned the code below.Can any one send me suggestions to solve these issues
Javascript code:
<html>
<head>
</head>
<body>
<a href="javascript:window.open('getkeycode.html','null','height=500,width=500,status=no, toolbar=no,menubar=no,location=no')">
<img id="image" height="200" width="200" alt="Hi" src="http://www.w3schools.com/images/ie.gif" >
</a>
</body>
</html>
Thanks