On 10 Dec 98, Luana M. Howard wrote:
> When you say, "how to tell," I assume you mean "how to tell which code to
> send to the browser." I can't speak for all Web developers, but I use:
>
> <SCRIPT LANGUAGE="JavaScript">
> <!--
> JavaScript code with some browser detection
> --//>
> </script>
> <noscript>
> No JavaScript code here just html
> </noscript>
This is as much as you'll ever need in most cases. The point of <noscript>
is to provide alternative content for Javascript-compatible browsers which
happen to have support for it turned off. It (rather obviously) has no
relevance for those few remaining browsers that don't understand
Javascript at all, because by definition they won't understand <noscript>
any more than they'll understand <script>. Which is why scripts should go
inside comment codes (as above), so that those browsers will just ignore
all the material inside the tags it doesn't understand. Theoretically :)
-----------
Brent Eades, Almonte, Ontario
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
Town of Almonte site: http://www.almonte.com/
Business site: http://www.federalweb.com
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------