Page 145 - COMPUTER
P. 145

 JAVASCRIPT FORM 


               <html>

               <head>


               <title>FORM</title>

               <script language="javascript">


               function a_()

               {

               msg="<b>NAME:" +document.F1.name.value;


               msg+="<br><b>ADDRESS:"+document.F1.address.value;

               msg+="<br><b>PHONE NO:"+document.F1.phone.value;

               msg+="<br>DATE OF BIRTH:"+document.F1.dob.value;


               window.document.write(msg) ;

               }


               </script>

               </head>

               <body>


               <h1>REGISTRATION FORM</h1>

               <hr>

               <font size="4">


               <p>Enter the following information and confirm your registeration.After your finish click on
               register button.</p><hr>

               <form name="F1">

               <b>NAME : </b><input type="text" length="20" name="name" placeholder="Enter Your
               Name"> <p>







                                                                                                                   144
   140   141   142   143   144   145   146