HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/public_html/archive/blueliner/include/js/unobtrusive-validation/class/default.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Javascript Form</title>

<script type="text/javascript" src="validate.js"></script>
<script type="text/javascript" src="submitvalidate.js"></script>
<link rel="stylesheet" type="text/css" media="screen"
href="formstyle.css" title="default" />

</head>

<body>
<fieldset>
<legend>El Form</legend>


<form name="form1" id="form1" method="post" action="#" >
<table width="555">
 <tr>
   <td width="186">Full Name (4+ chars non num) </td> 

 	<td width="146"><input type="text" name="name" tabindex="1" id="name" class="validate required name namemsg"/></td>
	<td width="207"  class="rules" id ="namemsg">Required</td>
</tr>
 
 <tr>
   <td>Zipcode </td>

   <td><input type="text" name="nick" tabindex="2" id="nick" class="validate notrequired zip nickmsg"/></td>
   <td id="nickmsg" class="rules"></td>
 </tr>

 <tr>
   <td>Email </td>
   <td><input type="text" name="email" tabindex="2" id="email" class="validate required email emailmsg"/></td>
   <td id="emailmsg" class="rules">Required</td>

 </tr>

<tr>
  <td></td>
<td></td>
 <td><input type="submit" name="Submit" value="Submit" tabindex="9" />
   </td>
</tr>  
</table>

</form>
</fieldset>
</body>


</html>