21
HTML, Page 5 (required entry validation)
l
l      
l        <script language="javascript" src="/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js"></script>
l
l
l <h2 style="FONT-FAMILY: Arial" align="center">Enter details and set a day to
l initiate an event.
l </h2>
l <br>
l <table borderColor="#000000" cellSpacing="0" cellPadding="8" rules="none" width="540“ align="center" bgColor="#fff99e" border="2">
l   <tr>
l     <td style="FONT-FAMILY: Arial" vAlign="top" bgColor="#99ff00">Your Name:</td>
l     <td vAlign="top" bgColor="#66ffcc">
l <input name="nameBox" type="text" id="nameBox" style="width:160px;" />
l <span id="validateName" controltovalidate="nameBox"
l errormessage="You must enter a name." display="None"
l evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue=""
l style="color:Red;display:none;"></span>
l     </td>
l