HTML if Java is disabled?
-
- Beginner
- Posts: 1
- Joined: Mon Jan 03, 2005 5:32 am
HTML if Java is disabled?
Is there a way to make it so that if somebody has Java disabled, it will show an alternative HTML code?
Yes you can do that. You need to put whatever links you want into noscript tags.
If you view the source of the main Milonic page you'll see they have a noscript tag and links.
Ruth
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>
Ruth