473,405 Members | 2,354 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

problem with validations

118 100+
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

Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Lost People Search Find Missing People Social Secuirty Number Search</title>
  6. <link rel="stylesheet" href="../../testing/styles.css" type="text/css" />
  7. <style type="text/css">
  8. <!--
  9. .style16 {font-size: 16px}
  10. .style17 {color: #FFFFFF}
  11. .style19 {
  12.     color: #FFFFFF;
  13.     font-size: 18px;
  14.     font-weight: bold;
  15. }
  16. .style33 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
  17. .style35 {font-size: 12px}
  18.  
  19.  
  20. -->
  21. </style>
  22.  
  23. <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
  24. <script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
  25. <SCRIPT LANGUAGE="JavaScript">
  26. function checkForm(form)
  27. {
  28. if(form.customersemail.value == "") 
  29. alert("Error: Email address cannot be blank!"); 
  30. form.customersemail.focus(); 
  31. return false; 
  32. }
  33. re = /^[\w\-\.\+]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z0-9]{2,4}$/; 
  34. if(!re.test(form.customersemail.value))
  35. alert("Error: Please enter correct Email address!"); 
  36. form.customersemail.focus();
  37. return false; 
  38. if(form.verifyemail.value == "") 
  39. alert("Error: Please confirm your Email!"); 
  40. form.verifyemail.focus(); 
  41. return false; 
  42. }
  43. if(form.customersemail.value != form.verifyemail.value)
  44. {
  45. alert("Error: Emails did not match"); 
  46. form.verifyemail.focus(); 
  47. return false; 
  48. }
  49. return true;
  50. }
  51. function popUp(URL) {
  52. day = new Date();
  53. id = day.getTime();
  54. eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=700');");
  55. }
  56. // End -->
  57. </script>
  58. <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
  59. <link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
  60. </head>
  61.  
  62. <body>
  63. <div id="wrap">
  64.     <div id="header">
  65.         <h1>
  66.         <img src="../../testing/images/test-banner.gif" alt="People Search" width="450" height="90" /></h1>
  67.   </div>
  68. <div id="nav">
  69.         <ul>
  70.             <li><a href="http://www.lostpeople.com" title="Find People Search Results">Home</a></li>
  71.             <li><a href="http://www.lostpeople.com/products1.html" title="Our People search products">Products</a></li>
  72.             <li><a href="http://www.lostpeople.com/support1.html" title="Support for find people searches">Support-Contact</a></li>
  73.             <li><a href="http://www.lostpeople.com/about1.html" title="About our social security number search">About</a></li>
  74.           <li><a href="http://www.lostpeople.com/order1.html" title="order a people search">Order</a></li>
  75.             <li><a href="http://www.lostpeople.com/public-records/index.html" title="contact us">
  76.             Public Records</a></li>
  77.         </ul>
  78.     </div>
  79.     <div id="content"><br />
  80.       <div id="page">
  81.         <h3><span class="style16">&nbsp;Your Search Results:<br>
  82. &nbsp;</span><br />
  83.         </h3>
  84.         <h4><span class="style16">&nbsp;We Found Information For 
  85.         <font color="#FF0000">[r_firstname], [r_lastname]</font><br>
  86.         </span>&nbsp;</h4>
  87.         <table width="85%" height="203" border="1" cellpadding="0" cellspacing="0" bordercolorlight="#C0C0C0" bordercolordark="#C0C0C0">
  88. <tr>
  89.                 <td width="758" height="201">
  90.   <div align="left">
  91.     <table width="102%" height="202" border="1" cellpadding="0" cellspacing="0" bordercolor="#FF0000" bordercolorlight="#000000" bordercolordark="#FF0000">
  92.       <tr>
  93.         <td width="41%"><font face="Verdana" size="2"><b>Name:</b></font></td>
  94.         <td width="59%"><font size="2" face="Verdana">[r_firstname], [r_lastname]</font></td>
  95.       </tr>
  96.       <tr>
  97.         <td width="41%"><font face="Verdana" size="2"><b>State/place:</b></font></td>
  98.         <td width="59%"><font size="2" face="Verdana">[searchState]</font></td>
  99.       </tr>
  100.       <tr>
  101.         <td width="41%"><font face="Verdana" size="2"><b>Zip:</b></font></td>
  102.         <td width="59%"><font size="2" face="Verdana">[searchZip]</font></td>
  103.       </tr>
  104.       <tr>
  105.         <td width="41%"><b><font face="Verdana" size="2">City:</font></b></td>
  106.         <td width="59%"><font face="Verdana" size="2">[Searchcity]</font></td>
  107.       </tr>
  108.       <tr>
  109.         <td width="41%"><font face="Verdana" size="2"><b>Age:</b></font></td>
  110.         <td width="59%"><font size="2" face="Verdana">[searchApproxAge]</font></td>
  111.       </tr>
  112.       <tr>
  113.         <td width="41%"><font size="2" face="Verdana"><b>SS#:</b></font></td>
  114.         <td width="59%"><font face="Verdana" size="2" color="#FF0000">Located..</font></td>
  115.       </tr>
  116.       <tr>
  117.         <td width="41%"><font size="2" face="Verdana"><b>Telephone:</b></font></td>
  118.         <td width="59%"><font face="Verdana" size="2" color="#FF0000">Several Found..</font></td>
  119.       </tr>
  120.       <tr>
  121.         <td width="41%"><font size="2" face="Verdana"><b>Date of Birth:</b></font></td>
  122.         <td width="59%"><font size="2" face="Verdana" color="#FF0000">Found..</font></td>
  123.       </tr>
  124.       <tr>
  125.         <td width="41%"><font size="2" face="Verdana"><b>Current Address:</b></font></td>
  126.         <td width="59%"><font face="Verdana" size="2" color="#FF0000">Found..</font></td>
  127.       </tr>
  128.     </table>
  129.   </div>
  130.               </td>
  131.               <td width="99" background="../../testing/images/order-down-BG.jpg"><img src="../../testing/images/order-down.png" alt="" width="99" height="199" /></td>
  132.           </tr>
  133.         </table>
  134.         <h3>&nbsp;</h3>
  135.                 <form method="POST" name="form" action="http://www.lostpeople.com/cgi-bin/searches/processform.pl" onSubmit="return checkForm(this);">
  136.                                         <INPUT type="hidden" name="_success_out" value="success.htm">
  137.                                         <INPUT type="hidden" name="_fail_out" value="fail.htm">
  138.                                         <INPUT type="hidden" name="_send_email" value="mail.txt">
  139.                                         <INPUT type="hidden" name="_report_email" value="report.txt"> 
  140.             <!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
  141.             <table border="0" width="85%" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" height="1227">
  142. <tr>
  143.                     <td width="1%" height="19">&nbsp;</td>
  144.                     <td colspan="2" height="19"><h3>Fast results sent directly to your email address !</h3></td>
  145.               </tr>
  146. <tr>
  147.                     <td width="1%" height="19">&nbsp;</td>
  148.                     <td colspan="2" height="19">&nbsp;</td>
  149.               </tr>
  150. <tr>
  151.                     <td width="1%" height="19">&nbsp;</td>
  152.                     <td colspan="2" height="19">&nbsp;</td>
  153.               </tr>
  154. <tr>
  155.                     <td width="1%" height="39">&nbsp;</td>
  156.                     <td colspan="2" height="39"><h3>Would You Like to order a full report on this person?</h3></td>
  157.               </tr>
  158. <tr>
  159.                     <td width="1%" height="95">&nbsp;</td>
  160.                     <td colspan="2" height="95">
  161.         <p>If you would like to order a full report on the person you just 
  162.         searched for please fill out the order form below. The search that we 
  163.         perform will be much more successful than real time online search that 
  164.         you may have seen online before. We take the time to do your search 
  165.         right ! We have two order options below. The basic will provide you with 
  166.         current information as well as a detailed report. The advanced report 
  167.         give you much more information about the subject you are searching for 
  168.         as well as current information. 
  169.         Please see below and choose the report which suites your needs. Both 
  170.         searches below are <b> <u>&quot;NO FIND NO FEE&quot; !!</u> Plus we use 
  171.         Private Detectives that help in your search !</b></p>                    </td>
  172.               </tr>
  173. <tr>
  174.                     <td width="1%" height="19">&nbsp;</td>
  175.                     <td width="29%" height="19">&nbsp; </td>
  176.             <td width="70%" height="19">&nbsp;</td>
  177.               </tr>
  178. <tr>
  179.                     <td width="1%" height="321">&nbsp;</td>
  180.                     <td colspan="2" height="321">
  181.                     <table border="1" width="100%" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#000000" bordercolor="#000000">
  182.                         <tr>
  183.                             <td bgcolor="#FFFFCC"><b>Basic Results $39.99 <font color="#C0C0C0">
  184.                             Reg $49.99</font></b></td>
  185.                             <td width="50%" bgcolor="#FFFFCC"><b>Advanced Results $69.99
  186.                             <font color="#C0C0C0">Reg $99.99</font></b></td>
  187.                         </tr>
  188.                         <tr>
  189.                             <td><font color="#FF0000">What you will receive.</font></td>
  190.                             <td width="54%"><font color="#FF0000">What you will 
  191.                             receive.</font></td>
  192.                         </tr>
  193.                         <tr>
  194.                             <td width="50%"><font size="2" face="Arial"><br>
  195.                             Full 
  196.                             Name: First Last and Middle<br>
  197.                             Address History: 15 
  198.                             Years<br>
  199.                             Current Address: Where Subject Lives<br>
  200.                             Full Social Security Number: Truncated<br>
  201.                             </font>
  202.                             <font color="#000000" size="2" face="Arial">Date 
  203.                             of birth<br>
  204.                             Past telephone numbers: Used 15 
  205.                             years<br>
  206.                             Current telephone numbers<br>
  207.                             Last address used by subject<br>
  208.                             Social security fraud alert: SSN, and Address<br>
  209.                             Social security number identification<br>
  210.                             County Subject Lives in: 15 years<br>
  211.                             Dates subject lived at all locations<br>
  212.                             AKA's: Also Know As. Other names used<br>
  213.                             Plus more<br>
  214.                             <br>
  215. &nbsp;</font></td>
  216.                             <td width="50%"><font face="Arial" size="2">
  217.                             <font color="#FF0000">Same as the 
  218.                             Basic Search PLUS !!<br>
  219.                             <br>
  220.                             </font>Email search: Email address of subject<br>
  221.                             National criminal search<br>
  222.                             Relatives name and Neighbors<br>
  223.                             Relatives address + telephone<br>
  224.                             Business that the subject owns<br>
  225.                             Unlisted telephone number<br>
  226.                             Cell phone number<br>
  227.                             Employment: Employers name, and address<br>
  228.                             Assets: Property owned, Value + Other data<br>
  229.                             Financial Info: Bankruptcies, Tax Liens, and 
  230.                             Civil Judgments <br>
  231.                             Web sites owned by subject
  232.                             www.myname.com<br>
  233.                             DEA Controlled Substance Licenses<br>
  234.                             Death Index: If subject may be deceased<br>
  235.                             Marriage and Divorce records<br>
  236.                             Plus more</font></td>
  237.                         </tr>
  238.                     </table>                    </td>
  239.               </tr>
  240. <tr>
  241.                     <td width="1%" height="19">&nbsp;</td>
  242.                     <td width="29%" height="19">&nbsp;</td>
  243.             <td width="70%" height="19">&nbsp;</td>
  244.               </tr>
  245. <tr>
  246.                     <td width="1%" height="19">&nbsp;</td>
  247.                     <td width="29%" height="19">&nbsp;</td>
  248.             <td width="70%" height="19">&nbsp;</td>
  249.               </tr>
  250. <tr>
  251.                     <td width="1%" height="20">&nbsp;</td>
  252.                     <td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">Type 
  253.                     of Search Desired: </span></td>
  254.               </tr>
  255. <tr>
  256.                     <td width="1%" height="19">&nbsp;</td>
  257.                     <td width="29%" bgcolor="#FFFFCC" height="19">&nbsp;</td>
  258.             <td width="70%" bgcolor="#FFFFCC" height="19">&nbsp;</td>
  259.               </tr>
  260. <tr>
  261.                     <td width="1%" height="21">&nbsp;</td>
  262.                     <td width="29%" bgcolor="#FFFFCC" height="21">&nbsp;</td>
  263.             <td width="70%" bgcolor="#FFFFCC" height="21"><select size="1" name="Type of Search">
  264.             <option value="Basic Search $0.59">Basic Search 0.59</option>
  265.             <option value="Basic Search $1.00">Basic Search 1.25</option>
  266.             <option value="Advanced Search $2.00">Advanced Search $2.59</option>
  267.             <option value="TEST Search $2.99">Advanced Search $2.99</option>
  268.             </select></td>
  269.               </tr>
  270. <tr>
  271.                     <td width="1%" height="19">&nbsp;</td>
  272.                     <td width="29%" bgcolor="#FFFFCC" height="19">&nbsp;</td>
  273.             <td width="70%" bgcolor="#FFFFCC" height="19">&nbsp;</td>
  274.               </tr>
  275.                 <tr>
  276.                     <td bgcolor="#FFFFFF" height="20"><span class="style19">&nbsp;</span></td>
  277.                     <td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">Your Information</span></td>
  278.                 </tr>
  279.                 <tr>
  280.                     <td height="19">&nbsp;</td>
  281.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  282.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  283.                 </tr>
  284.                 <tr>
  285.                     <td height="19">&nbsp;</td>
  286.                     <td bgcolor="#FFFFCC" height="19" colspan="2">
  287.                     <p class="style33">All fields marked with a <img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"> 
  288.                     are required fields and must be completed.</td>
  289.                 </tr>
  290.                 <tr>
  291.                     <td height="19">&nbsp; </td>
  292.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  293.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  294.                 </tr>
  295.                 <tr>
  296.                     <td height="21">&nbsp;</td>
  297.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">First Name:</span></td>
  298.                     <td bgcolor="#FFFFCC" height="21">
  299.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
  300.                     <span id="sprytextfield1">
  301.                     <input type="text" name="customers first name" size="20" maxlength="20" />
  302.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  303.               </tr>
  304.                 <tr>
  305.                     <td height="21">&nbsp;</td>
  306.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Middle Name:</span></td>
  307.                     <td bgcolor="#FFFFCC" height="21">
  308.                     <!--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>
  309.                 </tr>
  310.                 <tr>
  311.                     <td height="21">&nbsp;</td>
  312.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Last Name:</span></td>
  313.                     <td bgcolor="#FFFFCC" height="21">
  314.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="25" -->
  315.                     <span id="sprytextfield2">
  316.                     <input type="text" name="customers last name" size="20" maxlength="25" />
  317.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  318.               </tr>
  319.                 <tr>
  320.                     <td height="21">&nbsp;</td>
  321.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Street Address:</span></td>
  322.                     <td bgcolor="#FFFFCC" height="21">
  323.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="40" -->
  324.                     <span id="sprytextfield3">
  325.                     <input type="text" name="customers street address" size="27" maxlength="40" />
  326.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  327.               </tr>
  328.                 <tr>
  329.                     <td height="21">&nbsp;</td>
  330.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">City:</span></td>
  331.                     <td bgcolor="#FFFFCC" height="21">
  332.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="30" -->
  333.                     <span id="sprytextfield4">
  334.                     <input type="text" name="customers city" size="20" maxlength="30" />
  335.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  336.               </tr>
  337.                 <tr>
  338.                     <td height="21">&nbsp;</td>
  339.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">State:</span></td>
  340.                     <td bgcolor="#FFFFCC" height="21">
  341.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
  342.                     <span id="sprytextfield5">
  343.                     <input type="text" name="customers state" size="20" maxlength="20" />
  344.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  345.               </tr>
  346.                 <tr>
  347.                     <td height="21">&nbsp;</td>
  348.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Zip Code:</span></td>
  349.                     <td bgcolor="#FFFFCC" height="21">
  350.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="8" -->
  351.                     <span id="sprytextfield6">
  352.                     <input type="text" name="customers zip" size="20" maxlength="8" />
  353.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  354.               </tr>
  355.                 <tr>
  356.                     <td height="21">&nbsp;</td>
  357.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Telephone</span></td>
  358.                     <td bgcolor="#FFFFCC" height="21">
  359.                     <!--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>
  360.                 </tr>
  361.                 <tr>
  362.                     <td height="21">&nbsp;</td>
  363.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Email Address</span></td>
  364.                     <td bgcolor="#FFFFCC" height="21">
  365.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="35" -->
  366.                     <span id="sprytextfield7">
  367.                     <input type="text" name="customersemail" id="cemail" size="26" maxlength="35" />
  368.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  369.               </tr>
  370.                 <tr>
  371.                     <td height="21">&nbsp;</td>
  372.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">Verify Email</span></td>
  373.                     <td bgcolor="#FFFFCC" height="21">
  374.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="35" -->
  375.                     <span id="sprytextfield8">
  376.                     <input type="text" name="verifyemail" id="verify email" size="26" maxlength="35" />
  377.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  378.               </tr>
  379.                 <tr>
  380.                     <td height="19">&nbsp;</td>
  381.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  382.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  383.                 </tr>
  384.                 <tr>
  385.                     <td height="20">&nbsp;</td>
  386.                     <td bgcolor="#FF0000" colspan="2" height="20"><span class="style19">
  387.                     Billing Information</span></td>
  388.                 </tr>
  389.                 <tr>
  390.                     <td height="20">&nbsp;</td>
  391.                     <td bgcolor="#FFFFCC" height="16">&nbsp;</td>
  392.                   <td bgcolor="#FFFFCC" height="16">&nbsp;</td>
  393.                 </tr>
  394.                 <tr>
  395.                   <td height="21">&nbsp;</td>
  396.                   <td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">Name On Card:</font></td>
  397.                   <td bgcolor="#FFFFCC" height="16"><span id="sprytextfield9">
  398.                     <input type="text" name="name on card" size="20" maxlength="25" />
  399.                   <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16" /></td>
  400.               </tr>
  401.                 <tr>
  402.                     <td height="21">&nbsp;</td>
  403.                     <td bgcolor="#FFFFCC" class="style33" height="16">
  404.                     <font face="Verdana">Street Address:</font></td>
  405.                   <td bgcolor="#FFFFCC" height="16">
  406.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="38" -->
  407.                     <span id="sprytextfield10">
  408.                     <input type="text" name="customers billing address" size="30" maxlength="38" />
  409.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  410.               </tr>
  411.                 <tr>
  412.                     <td height="21">&nbsp;</td>
  413.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">City:</span></td>
  414.                     <td bgcolor="#FFFFCC" height="21">
  415.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="30" -->
  416.                     <span id="sprytextfield11">
  417.                     <input type="text" name="customers billing city" size="20" maxlength="30" />
  418.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  419.               </tr>
  420.                 <tr>
  421.                     <td height="21">&nbsp;</td>
  422.                     <td bgcolor="#FFFFCC" height="21"><span class="style33">State:</span></td>
  423.                     <td bgcolor="#FFFFCC" height="21">
  424.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
  425.                     <span id="sprytextfield12">
  426.                     <input type="text" name="customers billing state" size="20" maxlength="20" />
  427.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  428.               </tr>
  429.                 <tr>
  430.                     <td height="21">&nbsp;</td>
  431.                     <td bgcolor="#FFFFCC" class="style33" height="16">Zip Code:</td>
  432.                   <td bgcolor="#FFFFCC" height="16">
  433.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="6" -->
  434.                     <span id="sprytextfield13">
  435.                     <input type="text" name="billing zip" size="9" maxlength="6" />
  436.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  437.               </tr>
  438.                 <tr>
  439.                     <td height="21">&nbsp;</td>
  440.                     <td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">
  441.                     Credit Card Type:</font></td>
  442.                   <td bgcolor="#FFFFCC" height="16"><select size="1" name="cctype">
  443.                     <option value="Visa">Visa</option>
  444.                     <option value="Master Card">Master Card</option>
  445.                     <option value="Discover">Discover</option>
  446.                     </select><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  447.               </tr>
  448.                 <tr>
  449.                     <td height="21">&nbsp;</td>
  450.                     <td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">
  451.                     Credit Card Number:</font></td>
  452.                   <td bgcolor="#FFFFCC" height="16">
  453.                     <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="1" i-maximum-length="20" -->
  454.                     <span id="sprytextfield14">
  455.                     <input type="text" name="credit card number" size="20" maxlength="20" />
  456.                     <span class="textfieldRequiredMsg">A value is required.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  457.               </tr>
  458.                 <tr>
  459.                   <td height="22">&nbsp;</td>
  460.                   <td bgcolor="#FFFFCC" class="style33" height="16"><font face="Verdana">Exp Date:</font></td>
  461.                   <td bgcolor="#FFFFCC" height="16"><select size="1" name="exp month">
  462.                     <option value="01">01</option>
  463.                     <option value="02">02</option>
  464.                     <option value="03">03</option>
  465.                     <option value="04">04</option>
  466.                     <option value="05">05</option>
  467.                     <option value="06">06</option>
  468.                     <option value="07">07</option>
  469.                     <option value="08">08</option>
  470.                     <option value="09">09</option>
  471.                     <option value="10">10</option>
  472.                     <option value="11">11</option>
  473.                     <option value="12">12</option>
  474.                     <option>___</option>
  475.                   </select>
  476.                     &nbsp;
  477.                     <select size="1" name="exp year">
  478.                       <option value="2008 ">2008 </option>
  479.                       <option value="2009 ">2009 </option>
  480.                       <option value="2010 ">2010 </option>
  481.                       <option value="2011 ">2011 </option>
  482.                       <option value="2012 ">2012 </option>
  483.                       <option value="2013 ">2013 </option>
  484.                       <option value="2014 ">2014 </option>
  485.                       <option value="2015 ">2015 </option>
  486.                       <option value="2016 ">2016 </option>
  487.                       <option value="2017 ">2017 </option>
  488.                       <option value="2018 ">2018 </option>
  489.                       <option value="2019 ">2019 </option>
  490.                       <option value="2020 ">2020 </option>
  491.                       <option value="2021 ">2021 </option>
  492.                       <option value="2022 ">2022 </option>
  493.                       <option value="2023 ">2023 </option>
  494.                       <option value="2024 ">2024 </option>
  495.                       <option value="2025">2025-- </option>
  496.                     </select>
  497.                     <img border="0" src="../../testing/images/small-check.jpg" width="16" height="16" /></td>
  498.               </tr>
  499.                 <tr>
  500.                     <td height="22">&nbsp;</td>
  501.                     <td bgcolor="#FFFFCC" class="style33" height="16">CVV Code:</td>
  502.                   <td bgcolor="#FFFFCC" height="16"><input type="text" name="cvv" size="9" maxlength="4"width="16" height="16" /></td>
  503.               </tr>
  504.                 <tr>
  505.                     <td height="21">&nbsp;</td>
  506.                     <td bgcolor="#FFFFCC" class="style33" height="16" colspan="2">
  507.                       <p class="style33">
  508.                         <table border="0" width="89%" cellspacing="0" cellpadding="0">
  509.                             <tr>
  510.                                 <td><u><font size="1">The cvv code is a number 
  511.                                 on the back of your credit card usually a three 
  512.                                 digit number that is at the end of your credit 
  513.                                 card number. Some credit cards do not have the 
  514.                                 option yet. If your credit card does not use cvv 
  515.                                 or have a cvv number please enter &quot;000&quot; above.&nbsp;</font></u></td>
  516.                             </tr>
  517.                         </table>
  518.                     </td></style>
  519.               </tr>
  520.                 <tr>
  521.                     <td height="19">&nbsp;</td>
  522.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  523.                   <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  524.               </tr>
  525.                 <tr>
  526.                     <td height="19">&nbsp;</td>
  527.                     <td bgcolor="#FF0000" height="19" colspan="2">
  528.                     <span class="style19">
  529.                     Subjects Information</span></td>
  530.               </tr>
  531.                 <tr>
  532.                     <td height="19">&nbsp;</td>
  533.                     <td bgcolor="#FFFFCC" height="19" colspan="2">
  534.                     <p class="style33">
  535.                     <font face="Verdana" size="2"><b>Please enter as much 
  536.                     information as you can about the subject below. The more 
  537.                     information you provide the better, even if you believe that 
  538.                     it is not relevant. The more information you provide the 
  539.                     better your success rate will be! We have provided three 
  540.                     additional comment fields below so if you have other 
  541.                     information please be sure to use these form fields to enter 
  542.                     addition info. Remember the more info the better success 
  543.                     rate.</b></font></td></style>
  544.               </tr>
  545.                 <tr>
  546.                     <td height="19">&nbsp;</td>
  547.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  548.                   <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  549.               </tr>
  550.                 <tr>
  551.                     <td height="19">&nbsp;</td>
  552.                     <td bgcolor="#FFFFCC" height="19" colspan="2">
  553.                     <p class="style33">All fields marked with a <img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"> 
  554.                     are required fields and must be completed.</td>
  555.               </tr>
  556.                 <tr>
  557.                     <td height="19">&nbsp;</td>
  558.                     <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  559.                   <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  560.               </tr>
  561.                 <tr>
  562.                     <td height="19">&nbsp;</td>
  563.                     <td bgcolor="#FFFFCC" height="19" class="style33">First 
  564.                     Name:</td>
  565.                   <td bgcolor="#FFFFCC" height="19">
  566.                     <input type="text" name="s first name" size="20" maxlength="25" value="[r_firstname]" /></td>
  567.               </tr>
  568.                 <tr>
  569.                     <td height="19">&nbsp;</td>
  570.                     <td bgcolor="#FFFFCC" height="19" class="style33">Middle 
  571.                     Name:</td>
  572.                   <td bgcolor="#FFFFCC" height="19">
  573.                     <input type="text" name="s middle name" size="20" maxlength="25" /></td>
  574.               </tr>
  575.                 <tr>
  576.                     <td height="19">&nbsp;</td>
  577.                     <td bgcolor="#FFFFCC" height="19" class="style33">Last Name:</td>
  578.                   <td bgcolor="#FFFFCC" height="19">
  579.                     <input type="text" name="s last name" size="20" maxlength="25" value="[r_lastname]" /></td>
  580.               </tr>
  581.                 <tr>
  582.                     <td height="19">&nbsp;</td>
  583.                     <td bgcolor="#FFFFCC" height="19" class="style33">Date of 
  584.                     Birth:</td>
  585.                   <td bgcolor="#FFFFCC" height="19">
  586.                     <input type="text" name="s dob" size="20" maxlength="25" /></td>
  587.               </tr>
  588.                 <tr>
  589.                     <td height="19">&nbsp;</td>
  590.                     <td bgcolor="#FFFFCC" height="19" class="style33">Social 
  591.                     Security Number:</td>
  592.                   <td bgcolor="#FFFFCC" height="19">
  593.                     <input type="text" name="s ssn" size="20" maxlength="25" /></td>
  594.               </tr>
  595.                 <tr>
  596.                     <td height="19">&nbsp;</td>
  597.                     <td bgcolor="#FFFFCC" height="19" class="style33">Age or 
  598.                     Approx:</td>
  599.                   <td bgcolor="#FFFFCC" height="19">
  600.                     <input type="text" name="s age approx" size="20" maxlength="25" value="[searchApproxAge]" /></td>
  601.               </tr>
  602.                 <tr>
  603.                     <td height="19">&nbsp;</td>
  604.                     <td bgcolor="#FFFFCC" height="19" class="style33">Place of 
  605.                     Birth:</td>
  606.                   <td bgcolor="#FFFFCC" height="19">
  607.                     <input type="text" name="s place of birth" size="20" maxlength="25" /></td>
  608.               </tr>
  609.                 <tr>
  610.                     <td height="19">&nbsp;</td>
  611.                     <td bgcolor="#FFFFCC" height="19" class="style33">Last Known 
  612.                     Location:</td>
  613.                   <td bgcolor="#FFFFCC" height="19">
  614.                     <input type="text" name="s last known location" size="20" maxlength="25" /></td>
  615.               </tr>
  616.                 <tr>
  617.                     <td height="19">&nbsp;</td>
  618.                     <td bgcolor="#FFFFCC" height="19" class="style33">Last Known 
  619.                     Address:</td>
  620.                   <td bgcolor="#FFFFCC" height="19">
  621.                     <input type="text" name="s last known address" size="20" maxlength="25" />
  622.                     <font size="1">(old address)</font></td>
  623.               </tr>
  624.                 <tr>
  625.                     <td height="19">&nbsp;</td>
  626.                     <td bgcolor="#FFFFCC" height="19" class="style33">City:</td>
  627.                   <td bgcolor="#FFFFCC" height="19">
  628.                     <input type="text" name="s city" size="20" maxlength="25" value="[Searchcity]" /></td>
  629.               </tr>
  630.                 <tr>
  631.                     <td height="19">&nbsp;</td>
  632.                     <td bgcolor="#FFFFCC" height="19" class="style33">State:</td>
  633.                   <td bgcolor="#FFFFCC" height="19">
  634.                     <input type="text" name="s state" size="20" maxlength="25" value="[searchState]" /></td>
  635.               </tr>
  636.                 <tr>
  637.                     <td height="19">&nbsp;</td>
  638.                     <td bgcolor="#FFFFCC" height="19" class="style33">Zip:</td>
  639.                   <td bgcolor="#FFFFCC" height="19">
  640.                     <!--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>
  641.               </tr>
  642.                 <tr>
  643.                     <td height="19">&nbsp;</td>
  644.                     <td bgcolor="#FFFFCC" height="19" class="style33"><u>County</u> 
  645.                     to search:</td>
  646.                   <td bgcolor="#FFFFCC" height="19">
  647.                     <input type="text" name="s county" size="20" maxlength="25" /></td>
  648.               </tr>
  649.                 <tr>
  650.                     <td height="19">&nbsp;</td>
  651.                     <td bgcolor="#FFFFCC" height="19" class="style33">Locations 
  652.                     to Search:</td>
  653.                   <td bgcolor="#FFFFCC" height="19">
  654.                     <input type="text" name="s locations to search" size="20" maxlength="25" />
  655.                     <font size="1">(City, States, or Other Locations)</font></td>
  656.               </tr>
  657.                 <tr>
  658.                     <td height="19">&nbsp;</td>
  659.                     <td bgcolor="#FFFFCC" height="19" class="style33">AKA'S:</td>
  660.                   <td bgcolor="#FFFFCC" height="19">
  661.                     <input type="text" name="s aka" size="20" maxlength="25" />
  662.                     <font size="1">(Other names subject uses)</font></td>
  663.               </tr>
  664.                 <tr>
  665.                     <td height="19">&nbsp;</td>
  666.                     <td bgcolor="#FFFFCC" height="19" class="style33">Telephone 
  667.                     NumberS:</td>
  668.                   <td bgcolor="#FFFFCC" height="19">
  669.                     <!--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" />
  670.                     <font size="1">(Multiple number are fine)</font></td>
  671.               </tr>
  672.                 <tr>
  673.                     <td height="19">&nbsp;</td>
  674.                     <td bgcolor="#FFFFCC" height="19" class="style33">Cell Phone 
  675.                     NumberS:</td>
  676.                   <td bgcolor="#FFFFCC" height="19">
  677.                     <!--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"> 
  678.                     (Multiple number are fine)</font></td>
  679.               </tr>
  680.                 <tr>
  681.                     <td height="19">&nbsp;</td>
  682.                     <td bgcolor="#FFFFCC" height="19" class="style33">Wife or 
  683.                     Husband:</td>
  684.                   <td bgcolor="#FFFFCC" height="19">
  685.                     <input type="text" name="s wife or husband" size="20" maxlength="25" /></td>
  686.               </tr>
  687.                 <tr>
  688.                     <td height="19">&nbsp;</td>
  689.                     <td bgcolor="#FFFFCC" height="19" class="style33">Subjects 
  690.                     Associates:</td>
  691.                   <td bgcolor="#FFFFCC" height="19">
  692.                     <!--webbot bot="Validation" b-value-required="TRUE" i-maximum-length="40" --><input type="text" name="s associates" size="20" maxlength="40" />
  693.                     <font size="1">(People that lived with subject)</font></td>
  694.               </tr>
  695.                 <tr>
  696.                     <td height="19">&nbsp;</td>
  697.                     <td bgcolor="#FFFFCC" height="19" class="style33">Comments:</td>
  698.                   <td bgcolor="#FFFFCC" height="19">
  699.                     <!--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>
  700.               </tr>
  701.                 <tr>
  702.                     <td height="19">&nbsp;</td>
  703.                     <td bgcolor="#FFFFCC" height="19" class="style33">Additional 
  704.                     Comments:</td>
  705.                   <td bgcolor="#FFFFCC" height="19">
  706.                     <!--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>
  707.               </tr>
  708.                 <tr>
  709.                     <td height="19">&nbsp;</td>
  710.                     <td bgcolor="#FFFFCC" height="19" class="style33">Other 
  711.                     Comments:</td>
  712.                   <td bgcolor="#FFFFCC" height="19">
  713.                     <!--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>
  714.               </tr>
  715.                 <tr>
  716.                     <td height="19">&nbsp;</td>
  717.                     <td bgcolor="#FFFFCC" height="19" class="style33">Sex:</td>
  718.                   <td bgcolor="#FFFFCC" height="19">
  719.                     <select size="1" name="s sex">
  720.                      <option value=""></option>
  721.                     <option value="M">M -</option>
  722.                     <option value="F">F -</option>
  723.                   </select></td>
  724.               </tr>
  725.                 <tr>
  726.                     <td height="19">&nbsp;</td>
  727.                     <td bgcolor="#FFFFCC" height="19" class="style33">Drivers 
  728.                     License #:</td>
  729.                   <td bgcolor="#FFFFCC" height="19">
  730.                     <!--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>
  731.               </tr>
  732.                 <tr>
  733.                     <td height="19">&nbsp;</td>
  734.                     <td bgcolor="#FFFFCC" height="19" class="style33">Drivers State:</td>
  735.                   <td bgcolor="#FFFFCC" height="19">
  736.                     <!--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>
  737.               </tr>
  738.                 <tr>
  739.                     <td height="19">&nbsp;</td>
  740.                     <td bgcolor="#FFFFCC" height="19" class="style33" colspan="2">&nbsp;</td>
  741.               </tr>
  742.                 <tr>
  743.                     <td height="19">&nbsp;</td>
  744.                     <td bgcolor="#FFFFCC" height="19" class="style33" colspan="2">
  745.                     <font color="#FF0000"><span style="font-weight: 400">Most 
  746.                     searches do not require a reason for requesting the 
  747.                     information you seek. Please do not worry about the reason 
  748.                     for search field unless you see it marked required. Please 
  749.                     leave this field as is unless it is required ! Most search 
  750.                     results will be sent to your email address with 1-4 days 
  751.                     normally. Some may take longer to complete. Thank you for 
  752.                     your business.</span></font></td>
  753.               </tr>
  754.                 <tr>
  755.                     <td height="19">&nbsp;</td>
  756.                     <td bgcolor="#FFFFCC" height="19" class="style33">&nbsp; </td>
  757.                   <td bgcolor="#FFFFCC" height="19">&nbsp;
  758.                     </td>
  759.               </tr>
  760.                 <tr>
  761.                     <td height="19">&nbsp;</td>
  762.                     <td bgcolor="#FFFFCC" height="19" class="style33">Reason For 
  763.                     Search:<br>
  764.                     Not required for most</td>
  765.                   <td bgcolor="#FFFFCC" height="19">
  766.                     <select size="1" name="s reason">
  767.                     <option selected value="Not required for this search">Not required for this search
  768.                     </option>
  769.                     <option value="With written consent of individual">With written consent of individual
  770.                     </option>
  771.                     <option value="Debt Recovery">Debt Recovery</option>
  772.                     <option value="Licensed PI">Licensed PI</option>
  773.                     <option value="Permission from subject">Permission from subject
  774.                     </option>
  775.                     <option value="This is a search on myself">This is a search on myself
  776.                     </option>
  777.                     <option value="Fraud collections">Fraud collections</option>
  778.                     <option value="Judgment on subject">Judgment on subject
  779.                     </option>
  780.                     <option value="to give a court of law">to give a court of law
  781.                     </option>
  782.                     <option value="Law enforcement">Law enforcement</option>
  783.                     <option value="regarding towed or impounded vehicle">regarding towed or impounded vehicle
  784.                     </option>
  785.                     <option value="verify or correct information individual">verify or correct information individual
  786.                     </option>
  787.                     <option value="connection with a court proceeding">connection with a court proceeding
  788.                     </option>
  789.                     <option value="Operation private toll facilities">Operation private toll facilities
  790.                     </option>
  791.                     <option value="matters of vehicle or driver safety">matters of vehicle or driver safety
  792.                     </option>
  793.                     <option value="For government function">For government function
  794.                     </option>
  795.                     <option value="Insurance underwriting, rating, claims or antifraud">Insurance underwriting, rating, claims or antifraud
  796.                     </option>
  797.                     </select></td>
  798.               </tr>
  799.                 <tr>
  800.                     <td height="19">&nbsp;</td>
  801.                     <td bgcolor="#FFFFCC" height="19" class="style33">&nbsp;</td>
  802.                   <td bgcolor="#FFFFCC" height="19">&nbsp;
  803.                     </td>
  804.               </tr>
  805.                 <tr>
  806.                     <td height="19">&nbsp;</td>
  807.                     <td bgcolor="#FFFFCC" height="19" class="style33" colspan="2">
  808.                     <p align="center"><font color="#FF0000">You must 
  809.                     agree to all
  810.                     </font>
  811.                     <a target="_top" href="http://www.lostpeople.com/terms-new.html">
  812.                     <font color="#FF0000"><A HREF="javascript:popUp('http://www.lostpeople.com/terms-new.html')">terms</A></font></a><font color="#FF0000"> 
  813.                     before you order </font></p>
  814.                     <p align="center"><span id="spryselect1">
  815.                       <select size="1" name="s reason0">
  816.                         <option value=""></option>
  817.                         <option value="yes">yes -</option>
  818.                         <option value="no">no  -</option>
  819.                       </select>
  820.                   <span class="selectRequiredMsg">Please select an item.</span></span><img border="0" src="../../testing/images/small-check.jpg" width="16" height="16"></td>
  821.               </tr>
  822.                 <tr>
  823.                     <td height="19">&nbsp;</td>
  824.                     <td bgcolor="#FFFFCC" height="19" class="style33">&nbsp;</td>
  825.                   <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  826.               </tr>
  827.                 <tr>
  828.                     <td height="19">&nbsp;</td>
  829.                     <td bgcolor="#FFFFCC" height="19" class="style33">&nbsp;</td>
  830.                   <td bgcolor="#FFFFCC" height="19">&nbsp;</td>
  831.               </tr>
  832.                 <tr>
  833.                     <td height="19">&nbsp;</td>
  834.                     <td bgcolor="#FFFFCC" height="19" colspan="2">
  835.                     <p align="center">
  836.                     <input type="submit" value="SUBMIT" name="B1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  837.                     <input type="reset" value="CLEAR" name="B2"></td>
  838.               </tr>
  839.                 <tr>
  840.                     <td height="19">&nbsp;</td>
  841.                     <td bgcolor="#FFFFCC" height="19" colspan="2">&nbsp;</td>
  842.               </tr>
  843.             </table>
  844.           <p>&nbsp;</p>
  845.         </form>
  846.         <p><br />
  847.         </p>
  848.       </div>
  849.   <div id="sidebar">
  850.     <h4>Most Popular Serviceses</h4>
  851. <ul>
  852.                 <li>
  853.                 <a title="People Search" class="style17" href="http://www.lostpeople.com/basic-people-search1.html">People Search</a></li>
  854.         <li>
  855.         <a title="Person Search" href="http://www.lostpeople.com/advanced-people-search1.html">Advanced Person Search</a></li>
  856.                 <li>
  857.                 <a title="social security number search" href="http://www.lostpeople.com/social-security-number-search1.html">Social Security Number Search</a></li>
  858.                 <li>
  859.                 <a title="criminal check background" href="http://www.lostpeople.com/basic-criminal-check1.html">Basic Criminal Check</a></li>
  860.                 <li>
  861.                 <a title="free people search" href="http://www.lostpeople.com/no-find-no-fee1.html">No Find No Fee Person Search</a></li>
  862.       </ul>
  863.       <h4>People Search</h4>
  864.       <ul>
  865.                 <li>
  866.                 <a title="Find People by" href="http://www.lostpeople.com/find-by-old-address1.html">Find People By Old Address</a></li>
  867.                 <li>
  868.                 <a title="Social Security Number Search" href="http://www.lostpeople.com/social-security-number-search1.html">Social Security Number Search</a></li>
  869.               <li>
  870.                 <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>
  871.               <li>
  872.                 <a title="Find People By Name" href="http://www.lostpeople.com/name-and-zip-find-people1.html">Find By Name and Zip</a></li>
  873.               <li>
  874.                 <a title="Find People By Name and Age" href="http://www.lostpeople.com/name-and-age1.html">By Name and Approx Age</a></li>
  875.               <li>
  876.                 <a title="Find People By Name and County" href="http://www.lostpeople.com/name-and-county-people-search1.html">Name and County</a></li>
  877.                 <li>
  878.                 <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>
  879.                 <li>
  880.                 <a title="Find People Name" href="http://www.lostpeople.com/people-search-name1.html">Name Only</a></li>
  881.                 <li>
  882.                 <a title="Find People By Name" href="http://www.lostpeople.com/find-people-all.html">Using Any Info (Any info)</a></li>
  883.                 <li>
  884.                 <a title="LOCATOR SEARCH" href="http://www.lostpeople.com/people-search-locator.html">LOCATOR SEARCH $$</a></li>
  885.       </ul><h4>Background Checks</h4>
  886.  
  887.   <ul>
  888.     <li>
  889.     <a title="Back Ground Check" href="http://www.lostpeople.com/background-check01.html">Background Check 1</a></li>
  890.     </li>
  891.   <li>
  892.     <a title="Background Check" href="http://www.lostpeople.com/background-check02.html">Background Check 2</a></li>
  893.   <li>
  894.     <a title="Address History 10 Years" href="http://www.lostpeople.com/address-history.html">Address History 10 Years</a></li>
  895.   <li>
  896.     <a title="Email Search" href="http://www.lostpeople.com/email-address-search1.html">Email Address Search</a></li>
  897.   <li>
  898.     <a title="Cell Phone Trace By Number" href="http://www.lostpeople.com/cell-phone-trace1.html">Cell Phone Trace By Number</a></li>
  899.   <li>
  900.     <a title="Criminal Profile Search" href="http://www.lostpeople.com/criminal-profile-trace.html">Criminal Profile</a></li>
  901.   <li>
  902.     <a title="Best Eviction Record Check" href="http://www.lostpeople.com/eviction-records.html">Eviction Record Check</a></li>
  903.   <li>
  904.     <a title="Driving Records Check" href="http://www.lostpeople.com/dept-of-motor-vehicles.html">DMV Records</a></li>
  905.   <li>
  906.     <a title="Civil Background Records Check" href="http://www.lostpeople.com/civil-record-check.html">Civil Records Check</a></li>
  907.   <li>
  908.     <a title="Best Background Check" href="http://www.lostpeople.com/best-background-check3.html">Ultimate Check</a></li>
  909.   <li>
  910.     <a title="Employment Location" href="http://www.lostpeople.com/locate-people-employer.html">Locate 
  911.     a Persons Employer</a></li>
  912.   </ul>
  913.   <h4>Criminal Checks</h4>
  914.  
  915.   <ul>
  916.   <li>
  917.     <a title="Criminal Check State" href="http://www.lostpeople.com/state-criminal-check1.html">Statewide Criminal Check</a></li>
  918.   <li>
  919.     <a title="County Criminal Check" href="http://www.lostpeople.com/county-criminal-check.html">County Criminal Check</a></li>
  920.   <li>
  921.     <a title="National Criminal Check" href="http://www.lostpeople.com/national-criminal-check.html">National Criminal Check</a></li>
  922.   <li>
  923.     <a title="Terrorist Check Nationwide" href="http://www.lostpeople.com/terrorist-check-national.html">Terrorist Check National</a></li>
  924.   <li>
  925.     <a title="Arrest Records" href="http://www.lostpeople.com/state-arrest-record.html">Statewide Arrest Record</a></li>
  926.   <li>
  927.     <a title="National Sex Offences" href="http://www.lostpeople.com/national-sex-offences.html">National Sex Offences</a></li>
  928.   <li>
  929.     <a title="Nation Warrants" href="http://www.lostpeople.com/national-warrant-trace.html">National Warrants Search</a></li>
  930. </ul>
  931.  
  932. <h4>Asset Searches</h4>
  933. <ul>
  934. <li>
  935. <a title="Nation Warrants" href="http://www.lostpeople.com/vehicle-ownership-search1.html">Vehicle Ownership Search</a></li>
  936. <li>
  937. <a title="Boats Ownership" href="http://www.lostpeople.com/boat-ownership-search1.html">Boat Ownership Search</a></li>
  938. <li>
  939. <a title="Property Records" href="http://www.lostpeople.com/property-record-search1.html">Property Record Search</a></li>
  940. <li>
  941. <a title="Corporate Record Search" href="http://www.lostpeople.com/corporate-record-trace.html">Corporate Record Trace</a></li>
  942. <li>
  943. <a title="Uniform Commercial Code Filings" href="http://www.lostpeople.com/ucc-filing-search.html">UCC Filing Search</a></li>
  944. <li>
  945. <a title="DBA Doing Business As or Fictitious Business Name" href="http://www.lostpeople.com/dba-fbn-search.html">DBA - FBN Search</a></li>
  946.  
  947. </ul>
  948.  
  949.  
  950.  
  951.       <p>&nbsp;</p>
  952.       <p>&nbsp;</p>
  953.       <p>&nbsp;</p>
  954.       <p>&nbsp;</p>
  955.       <p>&nbsp;</p>
  956.       <p>&nbsp;</p>
  957.     <p>&nbsp;</p>
  958.     <p>&nbsp;</p
Nov 19 '08 #1
2 2985
KevinADC
4,059 Expert 2GB
You want the javascript forum.
Nov 19 '08 #2
acoder
16,027 Expert Mod 8TB
Which validation? The email validation in checkForm()?
Nov 20 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Rajesh Jain | last post by:
I Have 2 separate schemas. --------------Schema 1 is defined as below----------- <xs:schema targetNamespace="http://Schemas/1" xmlns="http://Schemas/1" xmlns:xs="http://www.w3.org/2001/XMLSchema"...
1
by: Jim Di Griz | last post by:
Hi I have a problem to create an XSD that prevents overlapping ranges. Sample XML: <root> <element LowerLimit="1" UpperLimit="50000"> ..... </element>
3
by: Lyn | last post by:
Hi, I am developing a project in which I am checking for records with overlapping start/end dates. Record dates must not overlap date of birth, date of death, be in the future, and must not...
2
by: Avad | last post by:
I have a following screen. The login is a "user control" with validations controls in it. This side I have address book in which "name" is required field. But when I click on "add new user" the...
1
by: Anoj Kumar | last post by:
Hi All , I am facing very strange kind of problem. I am using few validation controls ( requiredfield validation, and regexvalidation) on a form. I've set the validion to occour at the client...
1
by: anil kumar via .NET 247 | last post by:
(Type your message here) hi, i am using save & cancel webform buttons in my webpage to withsome validations , when i am trying to save my content it issaved that time i need a popup msg like ur...
3
by: Tarun Upadhyaya | last post by:
Hi, I am facing strange problem I read Scott mitchell's article about ASP.NET and javascript at ...
1
by: Anup | last post by:
In my form I and doing validations using 'Javascript' as I m using ASP1.1 and there is very less support for Validators there. //Code Behind private void Page_Load(object sender,...
2
by: prakashsurya | last post by:
Hello I am going through the validations in a form I would like to know the validations to be considered in writing javascript for email id so would u plz help me in writing the necessary...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.