Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:57
HTML if Java is disabled?
Poster: D __at__ ActiveTuning
Dated: Saturday January 8 2005 - 20:20:13 GMT
Is there a way to make it so that if somebody has Java disabled, it will show an alternative HTML code?
Poster: Ruth
Dated: Saturday January 8 2005 - 21:00:50 GMT
Yes you can do that. You need to put whatever links you want into noscript tags.
Code:
<noscript>Most put something like, you need javascript enabled to get the best use of this site. The following links are provided if your javascript is disabled. Then you put your links...</noscript>
If you view the source of the main Milonic page you'll see they have a noscript tag and links.
Ruth