Wednesday, 23 August 2017

Form Validation Code

<html>
<head>
<title>validation</title>
<script type="text/javascript">
function validate-form( )
{
      if (document.contact-form.contact-name.value= ="")
 {
      alert ("piease fill in the 'your name' box. "):
return false:
}
     reyurn trues:
}
</scrit>
</head>

No comments:

Post a Comment