I am getting an error when my pages load. The error is unterminated string constant . It is saying "Line: 78 - Char:25 . But there isn't any character "25" on that line (line 78 is the last the line of the code below with </script> after the call to the external Javascript.
Here is the code:
The variable myvar1 is being passed to the external Javascript.
Everything works properly despite the error message. So what is wrong here?
Thanks
Here is the code:
Code:
<script type="text/JavaScript">
myvar1="mypageA.html"
</script>
<script src="jscript/Menu01.js" type="text/JavaScript">
</script>
The variable myvar1 is being passed to the external Javascript.
Everything works properly despite the error message. So what is wrong here?
Thanks