Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:30
Location of Javascript menu files not working anymore
Poster: mivilleb
Dated: Wednesday May 21 2003 - 18:47:45 BST
Hi,
I tested version 4 of the menu. With the older versions I was able to specify the src of the js files using a url or relative directory location in the <SCRIPT> tag.
This used to work (in head or in body)
<SCRIPT language=JavaScript src="http://website/menu/milonic_src.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="http://website/menu//table_data.js" type=text/javascript></SCRIPT>
or:
<SCRIPT language=JavaScript src="menu/milonic_src.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="menu/table_data.js" type=text/javascript></SCRIPT>
With version 4, unless the html page calling the menu is in the same directory as the js files, the menu does not show up.
Any variable I need to change?
Thank you for any help,
Bernard