I have 2 linked .js files in an HTML page:
<script language="JavaScript src="mymenu.js">
</script>
<script language="JavaScript src="data.js">
</script>
When I browse the local copy of this HTML file or in FrontPage, the script works fine. (I have IE 6). But viewing the exact same online version, it doesn't work, and when I type in the name of the .js file in the URL window, it downloads the .js file and displays it as TEXT on the browser screen instead of interpreting the file...
Any ideas????
Many Thanks,
SM
<script language="JavaScript src="mymenu.js">
</script>
<script language="JavaScript src="data.js">
</script>
When I browse the local copy of this HTML file or in FrontPage, the script works fine. (I have IE 6). But viewing the exact same online version, it doesn't work, and when I type in the name of the .js file in the URL window, it downloads the .js file and displays it as TEXT on the browser screen instead of interpreting the file...
Any ideas????
Many Thanks,
SM