What can I do for people who have Javascript turned off so they can't use the pop up menu javascript...
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 pop up menu javascript
(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 (pop up menu javascript).
Your clients should change security settings in IE to allow Javascript on pages they load to see pop up menu javascript.
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 pop up menu javascript 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 pop up menu javascript and click Tools/Generate SE-friendly Code (F3).
Return to Recent Questions
Related:
|