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>
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
Are you running any pop up blocker software on IE? That might be the cause of it.