I have a simple test page which seems to be working in Chrome but Not in Firefox.
The HTML Code is:
<html>
<head>
<title>Test Title</title>
</head>
<body>
<script scr="test.js"> </script>
<h1> Test </h1>
</body>
</html>
The JavaScript code is:
alert("Hello World");
alert("Hello World");
alert("Hello World");
Thanks in advance,