<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="Javascript">
function onReset()
{
alert("Please enter your first name"
}
</script>
</head>
<body>
<form action="email.php" method="post" name="FormName" onReset="return onReset()" onSubmit="return checksubmit()">
<textarea name="textarea"></textarea>
<textarea name="textarea2"></textarea>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</form>
</body>
</html>
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..