[Javascript] alert message proble with Netscape

Steve extstarrfam at cox-internet.com
Wed May 8 16:19:51 CDT 2002


Does any one know why this does not work in Netscape
6.2?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML4.01//EN"
 "http://www.w3.org/TR/Rec-html4/loose.dtd">
<html>
<head name="WindowPane">
<script type="text/javascript1.3">
<!--
function displayWindowInfo( ) {
alert("I am in here but!");
}
//-->
</script>
</head>
<body>
<form>
<input type="button" value="Display Window Information"
onClick="displayWindowInfo( )">
</form>
</body>
</html>





More information about the Javascript mailing list