stvchez123
Programmer
I have a bunch of javascript code in my HTML page that I need to include.
The code in my HTML page is:
<SCRIPT LANGUAGE="JavaScript">
<!--#INCLUDE file="/js/headerJS.html" -->
</SCRIPT>
I have the correct javascript file in the /js/ directory, but it doesn't seem to be working. I did a view - source, and see this:
<SCRIPT LANGUAGE="JavaScript">
<!--#INCLUDE file="/js/headerJS.html" -->
</SCRIPT>
did i miss anything?
The code in my HTML page is:
<SCRIPT LANGUAGE="JavaScript">
<!--#INCLUDE file="/js/headerJS.html" -->
</SCRIPT>
I have the correct javascript file in the /js/ directory, but it doesn't seem to be working. I did a view - source, and see this:
<SCRIPT LANGUAGE="JavaScript">
<!--#INCLUDE file="/js/headerJS.html" -->
</SCRIPT>
did i miss anything?