You are on page 1of 1

Web Technologies

Form.html:
<html>
<head>
<script src="validate.js"></script>
</head>
<body>
<center>
<fieldset>
<legend>Registration</legend>
<form action="validate.html" method="get"
name="frm" onSubmit="return fun()">
<pre>
User Name :<input type="text" name="user" size="20"><br>
Password :<input type="password" name="pwd" size="20"><br>
E-mail :<input type="text" name="email" size="20"><br>
Phone Number :<input type="text" name="ph" size="20"><br>
<input type="submit" value="Register">
</pre>
</form>
</fieldset>
</center>
</body>
</html>

You might also like