Riku
Programmer
- Sep 2, 2001
- 119
Why does my code not work. I do have MIME defined.
external.asp
<html>
<head>
</head>
<body>
<script language="JavaScript1.1" SRC="testing.js">
testMe();
</script>
</body>
</html>
testing.js
function testMe(){
alert("testMe"
} F: Riku Tuominen
riku.tuominen@benchmarking.fi
external.asp
<html>
<head>
</head>
<body>
<script language="JavaScript1.1" SRC="testing.js">
testMe();
</script>
</body>
</html>
testing.js
function testMe(){
alert("testMe"
} F: Riku Tuominen
riku.tuominen@benchmarking.fi