Hello, I am trying to put a menu in the head of my forum, using the program s Sothink Dhtml Menu.
The indications are these:
Code:
Copy and paste this code within <HEAD> tag of your web page
<script type="text/javascript" id="sothink_dhtmlmenu"> <!--
st_siteroot="web/script/menu";
st_jspath="/stmenu.js";
if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/")
document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
else
document.write('<script type="text/javascript" src="'+st_jspath+'"><\/script>');
//--> </script>
Then says this:
Code:
Copy and paste this code within <BODY> tag of your web page
<script type="text/javascript" src="web/script/menu/stmenu.js"></script>
How is it the method to do this well?
I have a complete day trying it and nothing

hope you can helpme please..
Thank you for any help!