Recent Questions
Q: I can't find anywhere in your documentation that states where I can call this function onclick other than in the menu web page target.
A: You can use onclick event in the following way:
var menuitems = [
["<div onClick='getLink(\'/Admin/Sales/Customers/Customers.asp\')'>Table of Contents</div>", ""]
];
Q: On the left menuline under the a1 link, shall appear the javascript menu div, but after several refreshes, nothing happens.
On the local computer, the javascript menu div is working perfectly!
Can you send me instructions, why this problem appears?
A: You've placed the javascript menu div in
<TD class=sidebar vAlign=top width=160>
tag with the following styles:
.sidebar TR {
DISPLAY: none! important
}
TD.sidebar IMG {
DISPLAY: none
}
.sidebar TABLE TR TD IMG {
DISPLAY: none
}
.sidebar TABLE TR TD {
DISPLAY: none}
That's why you cannot see the javascript menu div. Delete "DISPLAY: none" propertyfrom the style.
Q: First sorry for my english (I'm french)
Is what the search engines (Googlebot, ...) recognize the links in dynamic html menus?
"deluxe menu" ?
Else Does it has an other solution ?
A: You should generate search engine friendly code and install it on yourpage. Deluxe Menu is a search engine friendly menu since v1.12.To create a search engine friendly menu you should add additional html code within your html page:
<div id="dmlinks">
<a href="http://deluxe-menu.com">menu_item_text1</a>
<a href="http://deluxe-tree.com">menu_item_text2</a>
...etc.
</div>
To generate such a code use Deluxe Tuner application.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
Q: Is there a way to get text to wrap on a tree menu rather then have scroll bars if the text is wider then the area?
A: To wrap your text you can use the following parameter:
var tnoWrap=0;
you can also use standard <br> tags.
["|Home aaaa aaaaaa aaaaaa<br>aaa aaaaaaaaaaa","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],