ur help on this script guys

admin

Administrator
Staff member
hello guys...i want ur ideas on this script... it works well on IE but NOT on Netscape? tell me whats wrong with my script?

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Popup Window Image Preview</title>
<script language="javascript">
<!-- hide from old browsers
function selectWin(source,h1,w1){
newWin = window.open(source,"","height=" + h1 + ",width=" + w1 + ",top=10,left=0,scrollbars=yes");

}
// stop hiding -->
</script>
</head>

<body>

<p><a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:selectWin('c:/my documents/my webs/tables_collection.htm',400,750)"><img border="2" src=http://www.webdeveloper.com/forum/archive/index.php/"Table_1.gif" width="42" height="44"></a></p>

<p> </p>

</body>

</html>
 
Back
Top