| next | toppreviousHandling Selection Errors


When the user fails to make a selection within a certain time

     <P onSelectTimeOut='document.speak("You have
         not entered any selection, please enter your
         selection now")'>
         <A href=Instructions.html>Directions</A> |
         <A href=Todo>List of things to do</A>
     </P>
 

When the user makes the wrong selection

     <P onSelectionError='document.speak("The selection
          you have entered is invalid, please enter your
          selection again now")'>
         <A href=Instructions.html>Directions</A> |
         <A href=Todo>List of things to do</A>
     </P>
 

HP Dave Raggett