window.open problems in IE7
Posted: Mon Aug 11, 2008 9:01 pm
Howdy, i used window.open to open a pop up window. It works fine in Firefox 3 but not in IE7....
The script does not work at all not even opening in a new tab.
I have a <a href='#' onclick='func1'>TEST</a> link the when clicked, calls func1. Now func1 contains
window.open('test.php','test',"resizable=no,addressbar=no,toolbar=no,status=no,location=1,height=320px,width=700px,top=200,left=200");
Can anyone help me?
The script does not work at all not even opening in a new tab.
I have a <a href='#' onclick='func1'>TEST</a> link the when clicked, calls func1. Now func1 contains
window.open('test.php','test',"resizable=no,addressbar=no,toolbar=no,status=no,location=1,height=320px,width=700px,top=200,left=200");
Can anyone help me?