|
What can I do for people who have Javascript turned off so they can't use the dynamic javascript menus...
Return to Recent Questions
Q:
Can you tell me something I could do for people who
have Javascript turned off so they can at least use my base dynamic javascript menus
(not the submenus).
I know that this should be somewhere in your support information but I
can't find it.
A:
When security settings in IE doesn't allow Javascript on
pages you load you can't see a dynamic page content (dynamic javascript menus).
Your clients should change security settings in IE to allow Javascript on pages they load to see dynamic javascript menus.
There is no way to enable these preferences automatically.
Please, try to use search engine friendly code you'll see all your
links.
You can try to add search engine friendly code to your html page. So you'll see links on your page when JavaScript doesn't enabled on the computers.
To create a search engine friendly code for the dynamic javascript menus 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"&glt;menu_item_text2</a>
...etc.
</div>
Generate such a code using DHTML Tuner application.
You can find it in the trial package.
Run Tuner, load your dynamic javascript menus and click Tools/Generate SE-friendly Code (F3).
Return to Recent Questions
Related:
|