posted 21 years ago
Hi,
In IE when this page is loaded alert window does not pop up. Can u pls tell what could be the reason? This works well in Netscape. However when an alert box is popped up from a click event of a button it works fine.
Thx
Anu
////////////////////////////
<html>
<head>
<script language="JavaScript">
alert('Hai');
</script>
</head>
<body>
<H1> Hai</H1>
</body>
</html>