|
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/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/bjtoyweb/BJToyCo/ |
Upload File : |
<!DOCTYPE HTML PUBLIC �-//W3C//DTD HTML 4.01//EN�
�http://www.w3.or/TR/html4/strict.dtd�>
<html>
<head>
<title>BJ Toy Company</title>
<link rel="stylesheet" type="text/css" href="bjtoyStyle.css" >
<script type ="text/javascript">
function validate_required(field,alerttxt)
{
with (field)
{
if (value==null||value=="")
{alert(alerttxt);return false}
else {return true}
}
}
function validate_business(field,alerttxt)
{
with (field)
{
if (value=="0")
{alert(alerttxt);return false}
else {return true}
}
}
function validate_form(thisform)
{
with (thisform)
{
if (validate_required(CompanyName,"Name must be filled out!")==false)
{CompanyName.focus();return false}
if (validate_required(Address1,"Address must be filled out!")==false)
{Address1.focus();return false}
if (validate_required(City,"City must be filled out!")==false)
{City.focus();return false}
if (validate_required(State,"State must be filled out!")==false)
{State.focus();return false}
if (validate_required(ZC,"Zip Code must be filled out!")==false)
{ZC.focus();return false}
if (validate_required(Phone,"Phone number must be filled out!")==false)
{Phone.focus();return false}
if (validate_business(TypeofBusiness,"Type of Business must be filled out!")==false)
{TypeofBusiness.focus();return false}
}
}
</script>
</head>
<body>
<div align="center">
<center>
<table border = "0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="800">
<tr>
<td width="225">
<a href="index.html">
<img src="graphics/bjLogoWeb.gif"
border="0"
width="216"
height="152"
name = "bjLogo">
</a>
</td>
<td><img border = "0" src="graphics/bjHeader.gif" width="570" height="151">
</td>
</tr>
</table>
</center>
</div>
<!-------------------------Begin Navigation Bar---------------------------->
<div align="center">
<table border="0" cellpadding="0" cellspacing="2">
<tr>
<td align="justify" valign="middle">
<a href ="bjtoyProducts.html">
<img src="graphics/tbProducts.gif"
border = "0"
name = "tbProducts">
</a>
</td>
<td align="justify" valign="middle">
<a href ="bjtoyContact.html">
<img src="graphics/tbContact.gif"
border = "0"
name = "tbContact">
</a>
</td>
<td align="justify" valign="middle">
<a href ="bjtoyAbout.html">
<img src="graphics/tbAbout.gif"
border = "0"
name = "tbAbout">
</a>
</td>
</tr>
</table>
</div>
<!-------------------------End Navigation Bar---------------------------->
<div align="center">
<h1> Contact Information </h1>
<h2>Hours of Operation: 8:30 - 5:00 EST Monday - Friday</h2>
<h3>800.258.6926</h3>
<h3>504 Applegate Avenue<br>
Pen Argyl, PA 18072</h3>
<hr align =" center" width = 25%> </hr>
<b><a href="http://maps.google.com/maps?q=504+Applegate+Ave,+18072&spn=0.018498,0.047048&hl=en"target="_blank">Click To Find Directions</a></b>
<br>(external link to Google Maps)
<hr align =" center" width = 25%> </hr>
<br><br>
<TABLE BORDER="0" CELLSPACING="3" CELLPADDING="3">
<form action="MAILTO: [email protected]"
method="post"
enctype="text/plain"
name="CatalogRequest"
onSubmit =" return validate_form(this)"
>
<tr> <td align="center">
<h3>Request a catalog:</h3>
<font color="red"> Fields marked with a * are required </font><br><br>
<b>Mailing Address:</b><br>
* Company Name:<br><input type="text" name="CompanyName" size="42" class="select2">
<br>
Contact Name:<br><input type="text" name="ContactName" size="42" class="select2">
<br>
* Address 1:<br><input type="text" name="Address1" size="42" class="select2">
<br>
Address 2:<br><input type="text" name="Address2" size="42" class="select2">
<br>
* City:<br><input type="text" name="City" size="20" class="select2"><br>
* State<br><input type="text" name="State" size="20" class="select2"><br>
* ZpCode:<br><input type="text" name="ZC" size="20" class="select2"><br><br>
* Phone:<br><input type="text" name="Phone" size="20" class="select2"><br>
Email Address:<br><input type="text" name="EmailAddress" size="20" class="select2"><br><br>
* Type of Business:<br>
<select name="TypeofBusiness" class="select2">
<option value="0">(Please Select)
<option value="Fundraising">Fundraising
<option value="Gift Shop">Gift Shop
<option value="Carnival Games">Carnival Games
<option value="Amusement Park">Amusement Park
<option value="Other">Other (specify in comments)
</select>
<br><br>
Comment:<br>
<textarea rows="10" cols="40" name="comment" class="select1"></textarea>
<br><br><br>
<input type="submit" value="Send">
<input type="reset" value="Clear Form">
</form>
</td></tr>
</table>
</div>
<!------------------------Address Footer--------------------------------->
<div align="center">
<br></br>
<table border="0" cellpadding="0">
<tr>
<td align="justify" valign="middle"> <img border="0" src="graphics/bjAddress.gif">
</td>
</tr>
</body>
</html>