CUSAT Examination section Feedback <body background="bg.gif"> <p align="center"><b><u><font color="#0000FF" size="6">Feedback</font></u></b></p> <p align="left"> </p> <p style="line-height: 150%"> <font color="#00FFFF">                                                        Name*: </font> <input name="name" type="text" maxlength=î50î></p> <p style="line-height: 150%"> <font color="#00FFFF">                                                        Email*:  </font><input name="email" type="text"></p> <p align="left" style="line-height: 150%"><font color="#00FFFF">                                         Heading:  </font><input name="subno" type="text"></p> <!-- <p align="left" style="line-height: 150%"><font color="#00FFFF">                             Your Rating for IT CD*:</font>  <select name="itcd"> <option selected>Rating <option value="excellent">Excellent <option value="good">Good <option value="avg">Average <option value ="poor">Poor </select></p> --> <p align="center" style="line-height: 150%"><font color="#00FFFF">Comments:   </font><textarea name="comments" cols="40" rows="5"></textarea></p> <p align="left" style="line-height: 150%">                                                                     </p> <p align="center">            <input name="submit" type="submit" value="Submit Form"> <input name="reset" type="reset" value="Clear"></p> </form> <script> function check(){ if(f1.name.value ==""){ alert("Please enter your name."); f1.name.focus(); return false; } if(f1.email.value ==""){ alert("Please enter your email."); f1.email.focus(); return false; } if(f1.comments.value ==""){ alert("Please enter your comments"); f1.comments.focus(); return false; } return true; } </script> </body> </html>