Mark-up example for Checkpoint 6.4:
use of NOSCRIPT


Here is the code used to create the scripted button:

<BUTTON ONMOUSEOVER="pop()">
Win a prize!</BUTTON>.


And the code of the script function itself:

<SCRIPT language="JavaScript" type="text/javascript">
function pop() { alert ("You Win First Prize!") }
</SCRIPT>
<NOSCRIPT>You Win First Prize!</NOSCRIPT>



Return to Example for Checkpoint 6.4
Copyright © 2000 W3C