HTML if Java is disabled?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
D@ActiveTuning
Beginner
Beginner
Posts: 1
Joined: Mon Jan 03, 2005 5:32 am

HTML if Java is disabled?

Post by D@ActiveTuning »

Is there a way to make it so that if somebody has Java disabled, it will show an alternative HTML code?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Yes you can do that. You need to put whatever links you want into noscript tags.

Code: Select all

<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
Post Reply