problem with validations | Member | | Join Date: May 2008
Posts: 118
| |
hi ,
i write the code in .htm file. It is in cgi-bin/searches/one.htm.In that i write a form submitting and validations.But validations are not worked in that .htm file. I used the same code in my local system that validations work.plz tell that whats the problem in that.
Here is my code - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
<html xmlns="http://www.w3.org/1999/xhtml">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-
<title>Lost People Search Find Missing People Social Secuirty Number Search</title>
-
<link rel="stylesheet" href="../../testing/styles.css" type="text/css" />
-
<style type="text/css">
-
<!--
-
.style16 {font-size: 16px}
-
.style17 {color: #FFFFFF}
-
.style19 {
-
color: #FFFFFF;
-
font-size: 18px;
-
font-weight: bold;
-
}
-
.style33 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
-
.style35 {font-size: 12px}
-
-
-
-->
-
</style>
-
-
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
-
<script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
-
<SCRIPT LANGUAGE="JavaScript">
-
function checkForm(form)
-
{
-
if(form.customersemail.value == "")
-
{
-
alert("Error: Email address cannot be blank!");
-
form.customersemail.focus();
-
return false;
-
}
-
re = /^[\w\-\.\+]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z0-9]{2,4}$/;
-
if(!re.test(form.customersemail.value))
-
{
-
alert("Error: Please enter correct Email address!");
-
form.customersemail.focus();
-
return false;
-
}
-
if(form.verifyemail.value == "")
-
{
-
alert("Error: Please confirm your Email!");
-
form.verifyemail.focus();
-
return false;
-
}
-
if(form.customersemail.value != form.verifyemail.value)
-
{
-
alert("Error: Emails did not match");
-
form.verifyemail.focus();
-
return false;
-
}
-
return true;
-
}
-
function popUp(URL) {
-
day = new Date();
-
id = day.getTime();
-
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=700');");
-
}
-
// End -->
-
</script>
-
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
-
<link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
-
</head>
-
-
<body>
-
<div id="wrap">
-
<div id="header">
-
<h1>
-
<img src="../../testing/images/test-banner.gif" alt="People Search" width="450" height="90" /></h1>
-
</div>
-
<div id="nav">
-
<ul>
-
<li><a href="http://www.lostpeople.com" title="Find People Search Results">Home</a></li>
-
<li><a href="http://www.lostpeople.com/products1.html" title="Our People search products">Products</a></li>
-
<li><a href="http://www.lostpeople.com/support1.html" title="Support for find people searches">Support-Contact</a></li>
-
<li><a href="http://www.lostpeople.com/about1.html" title="About our social security number search">About</a></li>
-
<li><a href="http://www.lostpeople.com/order1.html" title="order a people search">Order</a></li>
-
<li><a href="http://www.lostpeople.com/public-records/index.html" title="contact us">
-
Public Records</a></li>
-
</ul>
-
</div>
-
<div id="content"><br />
-
<div id="page">
-
<h3><span class="style16"> Your Search Results:<br>
-
</span><br />
-
</h3>
-
<h4><span class="style16"> We Found Information For
-
<font color="#FF0000">[r_firstname], [r_lastname]</font><br>
-
</span> </h4>
-
<table width="85%" height="203" border="1" cellpadding="0" cellspacing="0" bordercolorlight="#C0C0C0" bordercolordark="#C0C0C0">
-
<tr>
-
<td width="758" height="201">
-
<div align="left">
-
<table width="102%" height="202" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF0000" bordercolorlight="#000000" bordercolordark="#FF0000">
-
<tr>
-
<td width="41%"><font face="Verdana" size="2"><b>Name:</b></font></td>
-
<td width="59%"><font size="2" face="Verdana">[r_firstname], [r_lastname]</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font face="Verdana" size="2"><b>State/place:</b></font></td>
-
<td width="59%"><font size="2" face="Verdana">[searchState]</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font face="Verdana" size="2"><b>Zip:</b></font></td>
-
<td width="59%"><font size="2" face="Verdana">[searchZip]</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><b><font face="Verdana" size="2">City:</font></b></td>
-
<td width="59%"><font face="Verdana" size="2">[Searchcity]</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font face="Verdana" size="2"><b>Age:</b></font></td>
-
<td width="59%"><font size="2" face="Verdana">[searchApproxAge]</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font size="2" face="Verdana"><b>SS#:</b></font></td>
-
<td width="59%"><font face="Verdana" size="2" color="#FF0000">Located..</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font size="2" face="Verdana"><b>Telephone:</b></font></td>
-
<td width="59%"><font face="Verdana" size="2" color="#FF0000">Several Found..</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font size="2" face="Verdana"><b>Date of Birth:</b></font></td>
-
<td width="59%"><font size="2" face="Verdana" color="#FF0000">Found..</font></td>
-
</tr>
-
<tr>
-
<td width="41%"><font size="2" face="Verdana"><b>Current Address:</b></font></td>
-
<td width="59%"><font face="Verdana" size="2" color="#FF0000">Found..</font></td>
-
</tr>
-
</table>
-
</div>
-
</td>
-
<td width="99" background="../../testing/images/order-down-BG.jpg"><img src="../../testing/images/order-down.png" alt="" width="99" height="199" /></td>
-
</tr>
-
</table>
-
<h3> </h3>
-
<form method="POST" name="form" action="http://www.lostpeople.com/cgi-bin/searches/processform.pl" onSubmit="return checkForm(this);">
-
<INPUT type="hidden" name="_success_out" value="success.htm">
-
<INPUT type="hidden" name="_fail_out" value="fail.htm">
-
<INPUT type="hidden" name="_send_email" value="mail.txt">
-
<INPUT type="hidden" name="_report_email" value="report.txt">
-
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
-
<table border="0" width="85%" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" height="1227">
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td colspan="2" height="19"><h3>Fast results sent directly to your email address !</h3></td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td colspan="2" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td colspan="2" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="39"> </td>
-
<td colspan="2" height="39"><h3>Would You Like to order a full report on this person?</h3></td>
-
</tr>
-
<tr>
-
<td width="1%" height="95"> </td>
-
<td colspan="2" height="95">
-
<p>If you would like to order a full report on the person you just
-
searched for please fill out the order form below. The search that we
-
perform will be much more successful than real time online search that
-
you may have seen online before. We take the time to do your search
-
right ! We have two order options below. The basic will provide you with
-
current information as well as a detailed report. The advanced report
-
give you much more information about the subject you are searching for
-
as well as current information.
-
Please see below and choose the report which suites your needs. Both
-
searches below are <b> <u>"NO FIND NO FEE" !!</u> Plus we use
-
Private Detectives that help in your search !</b></p> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td width="29%" height="19"> </td>
-
<td width="70%" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="321"> </td>
-
<td colspan="2" height="321">
-
<table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#000000" bordercolor="#000000">
-
<tr>
-
<td bgcolor="#FFFFCC"><b>Basic Results $39.99 <font color="#C0C0C0">
-
Reg $49.99</font></b></td>
-
<td width="50%" bgcolor="#FFFFCC"><b>Advanced Results $69.99
-
<font color="#C0C0C0">Reg $99.99</font></b></td>
-
</tr>
-
<tr>
-
<td><font color="#FF0000">What you will receive.</font></td>
-
<td width="54%"><font color="#FF0000">What you will
-
receive.</font></td>
-
</tr>
-
<tr>
-
<td width="50%"><font size="2" face="Arial"><br>
-
Full
-
Name: First Last and Middle<br>
-
Address History: 15
-
Years<br>
-
Current Address: Where Subject Lives<br>
-
Full Social Security Number: Truncated<br>
-
</font>
-
<font color="#000000" size="2" face="Arial">Date
-
of birth<br>
-
Past telephone numbers: Used 15
-
years<br>
-
Current telephone numbers<br>
-
Last address used by subject<br>
-
Social security fraud alert: SSN, and Address<br>
-
Social security number identification<br>
-
County Subject Lives in: 15 years<br>
-
Dates subject lived at all locations<br>
-
AKA's: Also Know As. Other names used<br>
-
Plus more<br>
-
<br>
-
</font></td>
-
<td width="50%"><font face="Arial" size="2">
-
<font color="#FF0000">Same as the
-
Basic Search PLUS !!<br>
-
<br>
-
</font>Email search: Email address of subject<br>
-
National criminal search<br>
-
Relatives name and Neighbors<br>
-
Relatives address + telephone<br>
-
Business that the subject owns<br>
-
Unlisted telephone number<br>
-
Cell phone number<br>
-
Employment: Employers name, and address<br>
-
Assets: Property owned, Value + Other data<br>
-
Financial Info: Bankruptcies, Tax Liens, and
-
Civil Judgments <br>
-
Web sites owned by subject
-
www.myname.com<br>
-
DEA Controlled Substance Licenses<br>
-
Death Index: If subject may be deceased<br>
-
Marriage and Divorce records<br>
-
Plus more</font></td>
-
</tr>
-
</table> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td width="29%" height="19"> </td>
-
<td width="70%" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td width="29%" height="19"> </td>
-
<td width="70%" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="20"> </td>
-
<td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">Type
-
of Search Desired: </span></td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td width="29%" bgcolor="#FFFFCC" height="19"> </td>
-
<td width="70%" bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td width="1%" height="21"> </td>
-
<td width="29%" bgcolor="#FFFFCC" height="21"> </td>
-
<td width="70%" bgcolor="#FFFFCC" height="21"><select size="1" name="Type of Search">
-
<option value="Basic Search $0.59">Basic Search 0.59</option>
-
<option value="Basic Search $1.00">Basic Search 1.25</option>
-
<option value="Advanced Search $2.00">Advanced Search $2.59</option>
-
<option value="TEST Search $2.99">Advanced Search $2.99</option>
-
</select></td>
-
</tr>
-
<tr>
-
<td width="1%" height="19"> </td>
-
<td width="29%" bgcolor="#FFFFCC" height="19"> </td>
-
<td width="70%" bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td bgcolor="#FFFFFF" height="20"><span class="style19"> </span></td>
-
<td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">Your Information</span></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" colspan="2">
-
<p class="style33">All fields marked with a <img border="0" src="../../testing/images/small-check.jpg" width="16" height="16">
-
are required fields and must be completed.</td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">First Name:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
-
<span id="sprytextfield1">
-
<input type="text" name="customers first name" size="20" maxlength="20" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Middle Name:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="15" --><input type="text" name="customers middle name" size="20" maxlength="15"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Last Name:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="25" -->
-
<span id="sprytextfield2">
-
<input type="text" name="customers last name" size="20" maxlength="25" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Street Address:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" -->
-
<span id="sprytextfield3">
-
<input type="text" name="customers street address" size="27" maxlength="40" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">City:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="30" -->
-
<span id="sprytextfield4">
-
<input type="text" name="customers city" size="20" maxlength="30" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">State:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
-
<span id="sprytextfield5">
-
<input type="text" name="customers state" size="20" maxlength="20" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Zip Code:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="8" -->
-
<span id="sprytextfield6">
-
<input type="text" name="customers zip" size="20" maxlength="8" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Telephone</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="18" --><input type="text" name="customers telephone" size="20" maxlength="18"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Email Address</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="35" -->
-
<span id="sprytextfield7">
-
<input type="text" name="customersemail" id="cemail" size="26" maxlength="35" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">Verify Email</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="35" -->
-
<span id="sprytextfield8">
-
<input type="text" name="verifyemail" id="verify email" size="26" maxlength="35" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="20"> </td>
-
<td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">
-
Billing Information</span></td>
-
</tr>
-
<tr>
-
<td height="20"> </td>
-
<td bgcolor="#FFFFCC" height="16"> </td>
-
<td bgcolor="#FFFFCC" height="16"> </td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">Name On Card:</font></td>
-
<td bgcolor="#FFFFCC" height="16"><span id="sprytextfield9">
-
<input type="text" name="name on card" size="20" maxlength="25" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16" /></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16">
-
<font face="Verdana">Street Address:</font></td>
-
<td bgcolor="#FFFFCC" height="16">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="38" -->
-
<span id="sprytextfield10">
-
<input type="text" name="customers billing address" size="30" maxlength="38" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">City:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="30" -->
-
<span id="sprytextfield11">
-
<input type="text" name="customers billing city" size="20" maxlength="30" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" height="21"><span class="style33">State:</span></td>
-
<td bgcolor="#FFFFCC" height="21">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
-
<span id="sprytextfield12">
-
<input type="text" name="customers billing state" size="20" maxlength="20" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16">Zip Code:</td>
-
<td bgcolor="#FFFFCC" height="16">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="6" -->
-
<span id="sprytextfield13">
-
<input type="text" name="billing zip" size="9" maxlength="6" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">
-
Credit Card Type:</font></td>
-
<td bgcolor="#FFFFCC" height="16"><select size="1" name="cctype">
-
<option value="Visa">Visa</option>
-
<option value="Master Card">Master Card</option>
-
<option value="Discover">Discover</option>
-
</select><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">
-
Credit Card Number:</font></td>
-
<td bgcolor="#FFFFCC" height="16">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
-
<span id="sprytextfield14">
-
<input type="text" name="credit card number" size="20" maxlength="20" />
-
<span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="22"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">Exp Date:</font></td>
-
<td bgcolor="#FFFFCC" height="16"><select size="1" name="exp month">
-
<option value="01">01</option>
-
<option value="02">02</option>
-
<option value="03">03</option>
-
<option value="04">04</option>
-
<option value="05">05</option>
-
<option value="06">06</option>
-
<option value="07">07</option>
-
<option value="08">08</option>
-
<option value="09">09</option>
-
<option value="10">10</option>
-
<option value="11">11</option>
-
<option value="12">12</option>
-
<option>___</option>
-
</select>
-
-
<select size="1" name="exp year">
-
<option value="2008 ">2008 </option>
-
<option value="2009 ">2009 </option>
-
<option value="2010 ">2010 </option>
-
<option value="2011 ">2011 </option>
-
<option value="2012 ">2012 </option>
-
<option value="2013 ">2013 </option>
-
<option value="2014 ">2014 </option>
-
<option value="2015 ">2015 </option>
-
<option value="2016 ">2016 </option>
-
<option value="2017 ">2017 </option>
-
<option value="2018 ">2018 </option>
-
<option value="2019 ">2019 </option>
-
<option value="2020 ">2020 </option>
-
<option value="2021 ">2021 </option>
-
<option value="2022 ">2022 </option>
-
<option value="2023 ">2023 </option>
-
<option value="2024 ">2024 </option>
-
<option value="2025">2025-- </option>
-
</select>
-
<img border="0" src="../../testing/images/small-check.jpg" width="16" height="16" /></td>
-
</tr>
-
<tr>
-
<td height="22"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16">CVV Code:</td>
-
<td bgcolor="#FFFFCC" height="16"><input type="text" name="cvv" size="9" maxlength="4"width="16" height="16" /></td>
-
</tr>
-
<tr>
-
<td height="21"> </td>
-
<td bgcolor="#FFFFCC" class="style33" height="16" colspan="2">
-
<p class="style33">
-
<table border="0" width="89%" cellspacing="0" cellpadding="0">
-
<tr>
-
<td><u><font size="1">The cvv code is a number
-
on the back of your credit card usually a three
-
digit number that is at the end of your credit
-
card number. Some credit cards do not have the
-
option yet. If your credit card does not use cvv
-
or have a cvv number please enter "000" above. </font></u></td>
-
</tr>
-
</table>
-
</td></style>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FF0000" height="19" colspan="2">
-
<span class="style19">
-
Subjects Information</span></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" colspan="2">
-
<p class="style33">
-
<font face="Verdana" size="2"><b>Please enter as much
-
information as you can about the subject below. The more
-
information you provide the better, even if you believe that
-
it is not relevant. The more information you provide the
-
better your success rate will be! We have provided three
-
additional comment fields below so if you have other
-
information please be sure to use these form fields to enter
-
addition info. Remember the more info the better success
-
rate.</b></font></td></style>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" colspan="2">
-
<p class="style33">All fields marked with a <img border="0" src="../../testing/images/small-check.jpg" width="16" height="16">
-
are required fields and must be completed.</td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">First
-
Name:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s first name" size="20" maxlength="25" value="[r_firstname]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Middle
-
Name:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s middle name" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Last Name:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s last name" size="20" maxlength="25" value="[r_lastname]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Date of
-
Birth:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s dob" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Social
-
Security Number:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s ssn" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Age or
-
Approx:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s age approx" size="20" maxlength="25" value="[searchApproxAge]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Place of
-
Birth:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s place of birth" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Last Known
-
Location:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s last known location" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Last Known
-
Address:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s last known address" size="20" maxlength="25" />
-
<font size="1">(old address)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">City:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s city" size="20" maxlength="25" value="[Searchcity]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">State:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s state" size="20" maxlength="25" value="[searchState]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Zip:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="6" --><input type="text" name="s zip" size="20" maxlength="6" value="[searchZip]" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33"><u>County</u>
-
to search:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s county" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Locations
-
to Search:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s locations to search" size="20" maxlength="25" />
-
<font size="1">(City, States, or Other Locations)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">AKA'S:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s aka" size="20" maxlength="25" />
-
<font size="1">(Other names subject uses)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Telephone
-
NumberS:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" --><input type="text" name="s telephone numbers" size="20" maxlength="40" />
-
<font size="1">(Multiple number are fine)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Cell Phone
-
NumberS:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" --><input type="text" name="s cell phone numbers" size="20" maxlength="40" /><font size="1">
-
(Multiple number are fine)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Wife or
-
Husband:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<input type="text" name="s wife or husband" size="20" maxlength="25" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Subjects
-
Associates:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-maximum-length="40" --><input type="text" name="s associates" size="20" maxlength="40" />
-
<font size="1">(People that lived with subject)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Comments:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" --><input type="text" name="s comments1" size="49" maxlength="40" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Additional
-
Comments:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" --><input type="text" name="s comments2" size="49" maxlength="40" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Other
-
Comments:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" --><input type="text" name="s comments3" size="49" maxlength="40" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Sex:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<select size="1" name="s sex">
-
<option value=""></option>
-
<option value="M">M -</option>
-
<option value="F">F -</option>
-
</select></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Drivers
-
License #:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="30" --><input type="text" name="s drivers number" size="20" maxlength="30" /></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Drivers State:</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="18" --><input type="text" name="s drivers number state" size="20" maxlength="18" /><font size="1"> (Drivers License State)</font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33" colspan="2"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33" colspan="2">
-
<font color="#FF0000"><span style="font-weight: 400">Most
-
searches do not require a reason for requesting the
-
information you seek. Please do not worry about the reason
-
for search field unless you see it marked required. Please
-
leave this field as is unless it is required ! Most search
-
results will be sent to your email address with 1-4 days
-
normally. Some may take longer to complete. Thank you for
-
your business.</span></font></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33"> </td>
-
<td bgcolor="#FFFFCC" height="19">
-
</td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33">Reason For
-
Search:<br>
-
Not required for most</td>
-
<td bgcolor="#FFFFCC" height="19">
-
<select size="1" name="s reason">
-
<option selected value="Not required for this search">Not required for this search
-
</option>
-
<option value="With written consent of individual">With written consent of individual
-
</option>
-
<option value="Debt Recovery">Debt Recovery</option>
-
<option value="Licensed PI">Licensed PI</option>
-
<option value="Permission from subject">Permission from subject
-
</option>
-
<option value="This is a search on myself">This is a search on myself
-
</option>
-
<option value="Fraud collections">Fraud collections</option>
-
<option value="Judgment on subject">Judgment on subject
-
</option>
-
<option value="to give a court of law">to give a court of law
-
</option>
-
<option value="Law enforcement">Law enforcement</option>
-
<option value="regarding towed or impounded vehicle">regarding towed or impounded vehicle
-
</option>
-
<option value="verify or correct information individual">verify or correct information individual
-
</option>
-
<option value="connection with a court proceeding">connection with a court proceeding
-
</option>
-
<option value="Operation private toll facilities">Operation private toll facilities
-
</option>
-
<option value="matters of vehicle or driver safety">matters of vehicle or driver safety
-
</option>
-
<option value="For government function">For government function
-
</option>
-
<option value="Insurance underwriting, rating, claims or antifraud">Insurance underwriting, rating, claims or antifraud
-
</option>
-
</select></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33"> </td>
-
<td bgcolor="#FFFFCC" height="19">
-
</td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33" colspan="2">
-
<p align="center"><font color="#FF0000">You must
-
agree to all
-
</font>
-
<a target="_top" href="http://www.lostpeople.com/terms-new.html">
-
<font color="#FF0000"><A HREF="javascript:popUp('http://www.lostpeople.com/terms-new.html')">terms</A></font></a><font color="#FF0000">
-
before you order </font></p>
-
<p align="center"><span id="spryselect1">
-
<select size="1" name="s reason0">
-
<option value=""></option>
-
<option value="yes">yes -</option>
-
<option value="no">no -</option>
-
</select>
-
<span class="selectRequiredMsg">Please select an item.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" class="style33"> </td>
-
<td bgcolor="#FFFFCC" height="19"> </td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" colspan="2">
-
<p align="center">
-
<input type="submit" value="SUBMIT" name="B1">
-
<input type="reset" value="CLEAR" name="B2"></td>
-
</tr>
-
<tr>
-
<td height="19"> </td>
-
<td bgcolor="#FFFFCC" height="19" colspan="2"> </td>
-
</tr>
-
</table>
-
<p> </p>
-
</form>
-
<p><br />
-
</p>
-
</div>
-
<div id="sidebar">
-
<h4>Most Popular Serviceses</h4>
-
<ul>
-
<li>
-
<a title="People Search" class="style17" href="http://www.lostpeople.com/basic-people-search1.html">People Search</a></li>
-
<li>
-
<a title="Person Search" href="http://www.lostpeople.com/advanced-people-search1.html">Advanced Person Search</a></li>
-
<li>
-
<a title="social security number search" href="http://www.lostpeople.com/social-security-number-search1.html">Social Security Number Search</a></li>
-
<li>
-
<a title="criminal check background" href="http://www.lostpeople.com/basic-criminal-check1.html">Basic Criminal Check</a></li>
-
<li>
-
<a title="free people search" href="http://www.lostpeople.com/no-find-no-fee1.html">No Find No Fee Person Search</a></li>
-
</ul>
-
<h4>People Search</h4>
-
<ul>
-
<li>
-
<a title="Find People by" href="http://www.lostpeople.com/find-by-old-address1.html">Find People By Old Address</a></li>
-
<li>
-
<a title="Social Security Number Search" href="http://www.lostpeople.com/social-security-number-search1.html">Social Security Number Search</a></li>
-
<li>
-
<a title="Locate People by Name and City" href="http://www.lostpeople.com/name-and-city-people-search1.html">By Name and City</a></li>
-
<li>
-
<a title="Find People By Name" href="http://www.lostpeople.com/name-and-zip-find-people1.html">Find By Name and Zip</a></li>
-
<li>
-
<a title="Find People By Name and Age" href="http://www.lostpeople.com/name-and-age1.html">By Name and Approx Age</a></li>
-
<li>
-
<a title="Find People By Name and County" href="http://www.lostpeople.com/name-and-county-people-search1.html">Name and County</a></li>
-
<li>
-
<a title="Find People By Date Of Birth" href="http://www.lostpeople.com/name-and-date-of-birth1.html">Name and Date Of Birth</a></li>
-
<li>
-
<a title="Find People Name" href="http://www.lostpeople.com/people-search-name1.html">Name Only</a></li>
-
<li>
-
<a title="Find People By Name" href="http://www.lostpeople.com/find-people-all.html">Using Any Info (Any info)</a></li>
-
<li>
-
<a title="LOCATOR SEARCH" href="http://www.lostpeople.com/people-search-locator.html">LOCATOR SEARCH $$</a></li>
-
</ul><h4>Background Checks</h4>
-
-
<ul>
-
<li>
-
<a title="Back Ground Check" href="http://www.lostpeople.com/background-check01.html">Background Check 1</a></li>
-
</li>
-
<li>
-
<a title="Background Check" href="http://www.lostpeople.com/background-check02.html">Background Check 2</a></li>
-
<li>
-
<a title="Address History 10 Years" href="http://www.lostpeople.com/address-history.html">Address History 10 Years</a></li>
-
<li>
-
<a title="Email Search" href="http://www.lostpeople.com/email-address-search1.html">Email Address Search</a></li>
-
<li>
-
<a title="Cell Phone Trace By Number" href="http://www.lostpeople.com/cell-phone-trace1.html">Cell Phone Trace By Number</a></li>
-
<li>
-
<a title="Criminal Profile Search" href="http://www.lostpeople.com/criminal-profile-trace.html">Criminal Profile</a></li>
-
<li>
-
<a title="Best Eviction Record Check" href="http://www.lostpeople.com/eviction-records.html">Eviction Record Check</a></li>
-
<li>
-
<a title="Driving Records Check" href="http://www.lostpeople.com/dept-of-motor-vehicles.html">DMV Records</a></li>
-
<li>
-
<a title="Civil Background Records Check" href="http://www.lostpeople.com/civil-record-check.html">Civil Records Check</a></li>
-
<li>
-
<a title="Best Background Check" href="http://www.lostpeople.com/best-background-check3.html">Ultimate Check</a></li>
-
<li>
-
<a title="Employment Location" href="http://www.lostpeople.com/locate-people-employer.html">Locate
-
a Persons Employer</a></li>
-
</ul>
-
<h4>Criminal Checks</h4>
-
-
<ul>
-
<li>
-
<a title="Criminal Check State" href="http://www.lostpeople.com/state-criminal-check1.html">Statewide Criminal Check</a></li>
-
<li>
-
<a title="County Criminal Check" href="http://www.lostpeople.com/county-criminal-check.html">County Criminal Check</a></li>
-
<li>
-
<a title="National Criminal Check" href="http://www.lostpeople.com/national-criminal-check.html">National Criminal Check</a></li>
-
<li>
-
<a title="Terrorist Check Nationwide" href="http://www.lostpeople.com/terrorist-check-national.html">Terrorist Check National</a></li>
-
<li>
-
<a title="Arrest Records" href="http://www.lostpeople.com/state-arrest-record.html">Statewide Arrest Record</a></li>
-
<li>
-
<a title="National Sex Offences" href="http://www.lostpeople.com/national-sex-offences.html">National Sex Offences</a></li>
-
<li>
-
<a title="Nation Warrants" href="http://www.lostpeople.com/national-warrant-trace.html">National Warrants Search</a></li>
-
</ul>
-
-
<h4>Asset Searches</h4>
-
<ul>
-
<li>
-
<a title="Nation Warrants" href="http://www.lostpeople.com/vehicle-ownership-search1.html">Vehicle Ownership Search</a></li>
-
<li>
-
<a title="Boats Ownership" href="http://www.lostpeople.com/boat-ownership-search1.html">Boat Ownership Search</a></li>
-
<li>
-
<a title="Property Records" href="http://www.lostpeople.com/property-record-search1.html">Property Record Search</a></li>
-
<li>
-
<a title="Corporate Record Search" href="http://www.lostpeople.com/corporate-record-trace.html">Corporate Record Trace</a></li>
-
<li>
-
<a title="Uniform Commercial Code Filings" href="http://www.lostpeople.com/ucc-filing-search.html">UCC Filing Search</a></li>
-
<li>
-
<a title="DBA Doing Business As or Fictitious Business Name" href="http://www.lostpeople.com/dba-fbn-search.html">DBA - FBN Search</a></li>
-
-
</ul>
-
-
-
-
<p> </p>
-
<p> </p>
-
<p> </p>
-
<p> </p>
-
<p> </p>
-
<p> </p>
-
<p> </p>
-
<p> </p
|  | Expert | | Join Date: Jan 2007 Location: Southern California USA
Posts: 4,091
| | | re: problem with validations
You want the javascript forum.
|  | Site Moderator | | Join Date: Nov 2006 Location: UK
Posts: 14,581
| | | re: problem with validations
Which validation? The email validation in checkForm()?
|  | Similar JavaScript / Ajax / DHTML bytes | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,501 network members.
|