Hi!
Auch Netscape 6.x / Mozilla haben das implementiert.
Also ist
Dan hast Du noch andere Probleme im Script, alert() ist so etwas wie ein Minimum an JS-Funktionalitaet ;-).
Hier ein Beispiel (klappt in meinem Netscape nicht):
<html>
<head>
<script>
window.alert('Test'); //alert('Test'); reicht aber eigentlich auch aus
</script>
</head>
<body>
</body>
</html>