I cannot see javascript menu code on my pages.
Return to Recent Questions
Q:
I cannot see my menu on the pages. Could ypu help me?
A:
Try to move the following code in the <head> tag
<script type="text/javascript">var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
Notice: your menu won't work correctly if you write src="/dmenu.js"
Return to Recent Questions
|