I have the following line in the head section:
<head>
<script language="javas cript" type="text/javascript"
src="myscript.j s"></script>
....
</head>
This works fine in IE and Safari. I can call the createWindow function
defined in the js without a problem.
In Firefox and Netscape I get an error "createWind ow is not defined".
Is there any way I can debug this to see if it's really being loaded? I use
the Error Console to see the not defined error.
Thanks,
Joe
<head>
<script language="javas cript" type="text/javascript"
src="myscript.j s"></script>
....
</head>
This works fine in IE and Safari. I can call the createWindow function
defined in the js without a problem.
In Firefox and Netscape I get an error "createWind ow is not defined".
Is there any way I can debug this to see if it's really being loaded? I use
the Error Console to see the not defined error.
Thanks,
Joe