I would like to have javascript link to our website when javascript turned off
Return to Recent Questions
Q:
#1- How can I get rid of the Deluxe Menu Copyright when user
come on our website and have javascript turned off?
Instead, I would like to have web links to our website; something like this:
home contact support
#2 - Is it possible to run the script on server side by php file
as others has done with their Menu, so when javascript is turned off
by the user it's still works?
A:
1) You can generate search engine friendly code.
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.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
2) Unfortunately you can't do it.
There is no way to enable these preferences automatically, in other
case there are no reasons to create security preferences.
Please, try to use search engine friendly code you'll see all your
links.
Return to Recent Questions
|