<a href="http://192.168.1.1"
onclick="Popup=window.open( http://192.168.1.1 , Popup , toolbar=no,location=no,directories=
no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=300,left=300,top=23 );
return false;" >
<button type="button">button</button></a>
If i m browser this page in firefox, it pop up a new window in firefox when i click button. if in chrome, then it pop up in chrome.
What if i want the pop up window always open in IE even when im browser this page in other browser? Thanks!