|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/threesi/ |
Upload File : |
<html>
<head>
<script language="JavaScript">
function checkData (){
if (document.signup.First_Name.value == "") {
alert("Please fill in your first name in order to send form.")
document.signup.First_Name.focus()
return false}
if (document.signup.Last_Name.value == "") {
alert("Please fill in your last name in order to send form.")
document.signup.Last_Name.focus()
return false}
if (document.signup.Address.value == "") {
alert("Please fill in your address in order to send form.")
document.signup.Address.focus()
return false}
if (document.signup.City.value == "") {
alert("Please fill in your city in order to send form.")
document.signup.City.focus()
return false}
if (document.signup.State.value == "") {
alert("Please fill in your state in order to send form.")
document.signup.State.focus()
return false}
if (document.signup.Zip_Code.value == "") {
alert("Please fill in your zip code in order to send form.")
document.signup.Zip_Code.focus()
return false}
if (document.signup.Place_Employed.value == "") {
alert("Please fill in your place employed in order to send form.")
document.signup.Place_Employed.focus()
return false}
if (document.signup.Work_Phone.value == "") {
alert("Please fill in your work phone in order to send form.")
document.signup.Work_Phone.focus();
return false}
if (document.signup.Fax_Number.value == "") {
alert("Please fill in your fax number in order to send form.")
document.signup.Fax_Number.focus();
return false}
if (document.signup.Email_Address.value == "") {
alert("Please fill in your email address in order to send form.")
document.signup.Email_Address.focus();
return false}
if (document.signup.Requests_Comments.value == "") {
alert("Please fill in requests and comments in order to send form.")
document.signup.Requests_Comments.focus();
return false;
}
}
</script>
<title>Contact</title>
</head>
<body background="images/back.jpg">
<font face="arial" size= 2><table>
<tr><td width="120"></td><td><h1><font face="arial">Contact</font></h1></td></tr><tr><td width="120"></td><td width="488"><font face="arial">
125 Church Street, N.E.<br>Suite 204<br>Vienna, Virginia 22180<br>Phone: 703-281-5015<br>Fax: 703-281-7816<br>
Email: [email protected]</font></td></tr></table>
<table cellspacing=1 width="129" align="left">
<tr><td width="107"><a href="capabil.htm"
onMouseOver="document.button1.src='images/button11.gif'"
onMouseOut="document.button1.src='images/button1.gif'">
<img border="0" src="images/button1.gif" name="button1" hspace=0 vspace=0 width="105" height="30">
</a></td></tr>
<tr><td width="107"><a href="prodserv.htm"
onMouseOver="document.button2.src='images/button21.gif'"
onMouseOut="document.button2.src='images/button2.gif'">
<img border="0" src="images/button2.gif" name="button2" hspace=0 vspace=0 width="105" height="30">
</a></td></tr>
<tr><td width="107"><a href="crypto1.htm"
onMouseOver="document.button3.src='images/button31.gif'"
onMouseOut="document.button3.src='images/button3.gif'">
<img border="0" src="images/button3.gif" name="button3" hspace=0 vspace=0 width="105" height="30">
</a></td></tr>
<tr><td width="107"><a href="specs.htm"
onMouseOver="document.button4.src='images/button41.gif'"
onMouseOut="document.button4.src='images/button4.gif'">
<img border="0" src="images/button4.gif" name="button4" hspace=0 vspace=0 width="105" height="30">
</a></td></tr>
<tr><td width="107"><img border="0" src="images/button51.gif" name="button5" hspace=0 vspace=0 width="105" height="30">
</td></tr>
<tr><td width="107"><a href="index.htm"
onMouseOver="document.button6.src='images/button61.gif'"
onMouseOut="document.button6.src='images/button6.gif'">
<img border="0" src="images/button6.gif" name="button6" hspace=0 vspace=0 width="105" height="30">
</a></td></tr>
<tr height="50"><td></td></tr>
<tr><td width="107">
<img border="0" src="images/key.gif" width="107" height="66"></td></tr>
</table>
<form method="POST" ACTION="mailto:[email protected]" method="POST" enctype="text/plain" name="signup" onsubmit="return checkData()">
<table><tr><td colspan="2"><font size="2" face="arial">
To request additional information, please send to following information:</font></td>
<tr><td><font size="2" face="arial">First Name: <input type=text name="First_Name" size="13"></font></td>
<td><font size="2" face="arial">Last Name: <input type= text name="Last_Name" size="13"></font></td></tr>
<tr><td><font size="2" face="arial">Address: <input type= text name="Address" size="15"></font></td>
<td><font size="2" face="arial">Apt./Suite: <input type= text name="Apt_Suite" size="10"></font></td></tr>
<tr><td colspan="2"><font size="2" face="arial">City: <input type= text name="City" size="10"></font>
<font size="2" face="arial">State: <input type= text name="State" size="10"></font>
<font size="2" face="arial">Zip Code: <input type= text name="Zip_Code" size="7"></font></td></tr>
<tr><td><font size="2" face="arial">Place Employed: <input type= text name="Place_Employed" size="15"></font></td>
<td><font size="2" face="arial">Work Phone: <input type= text name="Work_Phone" size="13"></font></td></tr>
<tr><td><font size="2" face="arial">Fax: <input type= text name="Fax_Number" size="13"></font></td>
<td><font size="2" face="arial">Email: <input type= text name="Email_Address" size="15"></font></td></tr>
</table>
Requests/Comments:<br><textarea name="Requests_Comments" rows=6 cols=50></textarea><br>
<input type="submit" value="Send" name="B1"><input type="reset" value="Reset Form" naem="B2"><br>
</font>
</body>
</title>
</html>