Recent Questions
Q: I can display time in 12 or 24 hour format in the dhtml date picker- however for the selection it only allows 24 hour format.
A: Try to specify date format in the following way:
%L %d, %Y, %l, %I:%M %p
So, you'll have: January 14, 2009, Jan, 03:50 pm
Q: I have problems to show scandic letters in rollover navigation bar in ie6/7 browsers. 
 Every other browsers show menu correctly, but these can't show scandic letters.
A: Actually you can use any letters in the menu.
Please, check that you've set "Tools/Use utf8 encode".
When you save your data file in UTF8 you should use the same encoding on our html page.
So you should write:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
If you don't want to use UTF-8 encode on your page you should turn off
"Tools/Use utf8 encode" property, save your data file and manually
change your letters in any text editor.
Q: In my script, I did not have [<script type="text/javascript"language="JavaScript1.2" src="dmenu.js"></script>]. 
 
I did have something like [<script type="text/javascript" src="dmenu.js"></script>]. 
What does that mean? 
Also, my client is still seeing the "incorrect key" notice.
 
A: Regina, you can see "Incorrect Key" message if you use the wrong reg. 
key or if you forgot to paste your reg. key into your data file. 
I've checked your reg. key. It is correct. 
So, you cannot see such message on your website. 
Your client should clear browser cache. 
> In my script, I did not have [<script type="text/javascript"> language="JavaScript1.2" src="dmenu.js"></script>]. 
>> I did have something like [<script type="text/javascript" src="dmenu.js"></script>]. 
Both these lines mean the same. 
Please, paste <noscript> tag 
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com </a></noscript> 
into the <head> tag on the pages with your menu.
Q: Do you have an extremely simple example of modifying drop down menus with the JavaScript API?
 
A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>