please help me in my assignment about HTML JAVASCRIPT
<html>
<head>
<title> Register </title>
<script type="text/javascript">
function validat(empty,pass,confirm,ham,country,age)
{
if(empty.value=="")
{
alert("Enter your username!");
return false;
}
if(pass.value=="")
{
alert("Enter your...