Example for Checkpoint
6.5 - continued.

Example
Slide 59 of 120
Previous slide. Next slide.

Example 2: in HTML, use NOSCRIPT with SCRIPT.

The following code would run a Tcl script in browsers that support that script language, while the content of the NOSCRIPT element would be displayed in browsers that do not support that script language.

<SCRIPT type="text/tcl">
...some Tcl script to show a billboard of sports scores...
</SCRIPT>
<NOSCRIPT>
<P>Results from yesterday's games:</P>
<DL>
<DT>Bulls 91, Sonics 80.
<DD><A href="bullsonic.html">Bulls vs. Sonics game highlights</A>
...more scores... </DL>
</NOSCRIPT>

Note: For some applications, server-side scripts may be more accessible than client-side scripts.

Up one level To Checkpoints for Guideline 6.
Next slide: Example for Checkpoint 7.1

Introduction: Overview Guidelines: Overview Checkpoints: Overview Examples: Overview

Previous page. Next page.

Chuck Letourneau & Geoff Freed

W3C Web Accessibility Initiative

Copyright © 2000 W3C