We are showing the "incorrect copyright" on our dhtml drop down menu
Return to Recent Questions
Q:
We are showing the "incorrect copyright" on our menu for some reason and I
need you to look at the code. It's been this way for about a month. My
company is going to make me stop using your menu if I can't get the issue
corrected so please help me determine why we are suddenly having this
problem.
The notice shows up on IE 6, but not IE 7.
A:
"Incorrect Copyright" means that the script can't find required copyright parameters.
To avoid this, please, change:
<script type="text/javascript" language="JavaScript1.2" src="dmenu.js"></script>
to:
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript" language="JavaScript1.2" src="dmenu.js"></script>
<!-- (c) 2006, Deluxe-Menu.com, http://deluxe-menu.com -->
Return to Recent Questions
|