Hi there. I'm kind of a newbie at this. My website uses a Javascript top row menu. I'm trying to include the Javascript by putting it in my gallery.header file, but it is just ignored. Here is that part of the file:
<?
includeHtmlWrap("wrapper.header");
?>
<script type="text/javascript" language="javascript" src="http://lakeminnewaska.org/sniffer.js"></script>
<script type="text/javascript" language="javascript1.2" src="http://lakeminnewaska.org/custom.js"></script>
<script type="text/javascript" language="javascript1.2" src="http://lakeminnewaska.org/style.js"></script>
Any help would be appreciated. By the way, this script requires the 3 tags in the header, and 1 in the footer (for what its worth).
Sam
Posts: 37
Ok, I figured out my own problem. I just had a strong feeling that something was wrong... a filename or path, but I went over it a dozen times and nothing. What I missed was inside the script configuration file. A path that needed to be NON-relative. Gee and it only took 5 hours to figure out!
:eek: