KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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/abtechsci/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/abtechsci/KJcustomserv.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<TITLE>ABTECH Scientific, Inc., - Customer Service</TITLE>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.2  (Win32)">
	<META NAME="CREATED" CONTENT="20050430;17473414">
	<META NAME="CHANGED" CONTENT="20050503;12151688">
	<META NAME="DESCRIPTION" CONTENT="Advanced Biosensor Technology - chemical and biological sensor devices, instruments, and systems.">
	<META NAME="KEYWORDS" CONTENT="bioelectronics, biosensors, immunosensors, enzyme sensors, sensors, biochip, biochips, cancer,
	brain tumor, diagnostics, DNA, chips, arrays, microarrays, mems, biomems, enzymes, antibodies, molecular electronics">
	<STYLE>
	<!--
		@page { size: 8.5in 11in }
		TD P { color: #000000; font-family: "Verdana"; font-size: 9pt; font-style: normal; font-weight: medium }
		P { color: #000000; font-family: "Verdana"; font-size: 9pt; font-style: normal; font-weight: medium }
		H3 { color: #000000; font-style: normal }
	-->
	</STYLE>
</HEAD>

<BODY LANG="en-US" TEXT="#000000" BGCOLOR="#ffffff" DIR="LTR"
		OnLoad="document.ABTECHCustomerService.reset();document.ABTECHCustomerService.NAME1.focus();">

<CENTER>
	<TABLE WIDTH=90% BORDER=0 CELLPADDING=2 CELLSPACING=2 STYLE="page-break-before: always">
		<TR>
			<TD WIDTH=100% BGCOLOR="#0000ff">
				<P ALIGN=RIGHT><FONT COLOR="#ffffff"><FONT FACE="Verdana"><FONT SIZE=4><B>Customer Service </B></FONT></FONT></FONT>
				</P>
			</TD>
		</TR>
	</TABLE>
</CENTER>


		<?
			if ($_SERVER["REQUEST_METHOD"] == "POST")
			{
			$strBody = "ABTECH CUSTOMER SERVICE FORM INFO\n\n";
			foreach($_POST as $field => $value)
			{
				if($value != "") {
					$strBody .= sprintf("%s\n", $value);
				}

				else {
					$noVal = "NONE GIVEN";
					$strBody .= sprintf("%s = %s\n", $field, $noVal);
				}
			}


			$strBody .= "\nAPPLICATIONS:\n";
			if(isset($APPLICATIONS))
			{
				foreach($APPLICATIONS as $field => $value)
				{
					$strBody .= sprintf("%s = %s\n", $field, $value);
				}
			}

			$strBody .= "\nDISCIPLINES:\n";
			if(isset($DISCIPLINE))
			{
				foreach($DISCIPLINE as $field => $value)
				{
					$strBody .= sprintf("%s = %s\n", $field, $value);
				}
			}

			$strBody .= "\nLITERATURE:\n";
			if(isset($LITERATURE))
			{
				foreach($LITERATURE as $field => $value)
				{
					$strBody .= sprintf("%s = %s\n", $field, $value);
				}
			}

			mail("[email protected]","Abtech Cust Serv Info",$strBody,"From:[email protected]\r\nCC:[email protected]");

//			mail("[email protected]","Abtech Cust Serv Info",$strBody,"From:[email protected]\r\nCC:[email protected]");

				// VALUES FOR eNewsletter SUBSCRIPTION (email,last,company)
			$strNewsletter = "NEWSLETTER email name company\n\n";

			foreach($_POST as $field => $value)
			{
					if($value != "") {
						if($field=="EMAIL"||$field=="NAME2"||$field =="AFFIL") {
							$strNewsletter .= sprintf("%s\n", $value); }
					}//if value submitted

			}//foreach

			mail("[email protected]","eNEWSLETTER",$strNewsletter,"From:[email protected]\r\nCC:[email protected]");

		?>
			<p><font face="Verdana" size=2>
				<B>Your request will be processed as soon as possible.</B><BR>
				<B>Thank you for your interest in Abtech!</B></font>
			</p>
		<?
			}
			else {

		?>
		<FORM NAME="ABTECHCustomerService" METHOD="POST" ACTION="<?=$_SERVER["PHP_SELF"]?>" >

<DL>
		<DD>
		<TABLE WIDTH=838 BORDER=0 CELLPADDING=0 CELLSPACING=0>
			<COL WIDTH=217>
			<COL WIDTH=405>
			<COL WIDTH=215>
			<TR VALIGN=TOP>
				<TD WIDTH=217 HEIGHT=29 BGCOLOR="#ffffcc">
					<P ALIGN=LEFT><FONT FACE="Verdana"><FONT SIZE=2><B>Related Links</B></FONT></FONT></P>
				</TD>
				<TD WIDTH=405>
					<P ALIGN=LEFT><FONT FACE="Verdana"><FONT SIZE=2><B>For customer
					service information and/or technical support please complete the
					following form: </B></FONT></FONT>
					</P>
				</TD>
				<TD WIDTH=215 BGCOLOR="#c0c0c0">
					<P ALIGN=LEFT><A HREF="http://www.abtechsci.com/eNewsletter.html"><B><FONT SIZE=2>Subscribe
					to our eNewsletter:</FONT></B></A></P>
				</TD>
			</TR>
			<TR VALIGN=TOP>
				<TD WIDTH=217 HEIGHT=75>
					<P><FONT SIZE=2><A HREF="http://www.mosis.org/"><FONT SIZE=1 STYLE="font-size: 8pt">The
					MOSIS Service</FONT></A><FONT SIZE=1 STYLE="font-size: 8pt">:<BR>For
					custom production of CMOS devices</FONT></FONT></P>
				</TD>
				<TD ROWSPAN=5 WIDTH=405>
					<P><FONT FACE="Verdana"><FONT SIZE=2>
					<B>First name:</B><BR>
						<INPUT TYPE=TEXT NAME="NAME1" SIZE=50><BR>
					<B>Last name:</B><BR>
						<INPUT TYPE=TEXT NAME="NAME2" SIZE=50><BR>
					<B>Title:</B><BR>
						<INPUT TYPE=TEXT NAME="TITLE" SIZE=50><BR>
					<B>Department:</B><BR>
						<INPUT TYPE=TEXT NAME="DEPT" SIZE=50><BR>
					<B>Company/Organization:</B><BR>
						<INPUT TYPE=TEXT NAME="AFFIL" SIZE=50><BR>
					<B>Street Address:</B><BR>
						<INPUT TYPE=TEXT NAME="STREET" SIZE=50><BR>
					<B>City:</B><BR>
						<INPUT TYPE=TEXT NAME="CITY" SIZE=50><BR>
					<B>State:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Zip:</B><BR>
						<INPUT TYPE=TEXT NAME="STATE" SIZE=2>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<INPUT TYPE=TEXT NAME="ZIP" SIZE=10><BR>
					<B>Country:</B><BR>
						<INPUT TYPE=TEXT NAME="COUNTRY" SIZE=50><BR>
					<B>Email:</B>(if none, type &quot;none&quot;)<BR>
						<INPUT TYPE=TEXT NAME="EMAIL" SIZE=50><BR>
					<B>Voice Number:</B> (if none, type &quot;none&quot;) <BR>
						<INPUT TYPE=TEXT NAME="PHONE" SIZE=50><BR>
					<B>Fax Number:</B> (if none, type &quot;none&quot;) <BR>
						<INPUT TYPE=TEXT NAME="FAX" SIZE=50></FONT></FONT>
					</P>
				</TD>
				<TD ROWSPAN=5 WIDTH=215>
					<P ALIGN=LEFT><FONT SIZE=1>ABTECH wishes to maintain a record of
					the individuals requesting customer service information. This
					record is for administrative purposes only. In the event of
					changes or additions to our customer service package, ABTECH
					will use this record to notify all requestors of changes or
					additions.</FONT>
					</P>
					<P ALIGN=LEFT><FONT SIZE=1><STRONG>NOTE:</STRONG> It is
					essential that you provide a complete and accurate mailing
					address. The web-site version of our product catalogues do not
					contain all the necessary technical support information. The
					information package you receive contains details of product
					specifications and application notes essential to the successful
					use of our products. This information package and product
					catalog will be mailed to the address you provide on this page.</FONT></P>
					<P ALIGN=LEFT><FONT SIZE=1><B>If you are having problems with
					this form:</B><BR>Be sure that your browser can handle forms. If
					your browser cannot use this page, you may request customer
					service information by sending an e-mail to <A HREF="mailto:[email protected]">[email protected]</A>
					or traditional mail to:</FONT></P>
					<P ALIGN=LEFT><FONT SIZE=1>Customer Service Department:<BR>ABTECH
					Scientific, Inc.<BR>800 East Leigh Street, Suite 52, Richmond,
					Virginia 23219. USA<BR>Tel: +001 804 827 7029<BR>Fax: +001 804
					783 7830</FONT></P>
					<P ALIGN=LEFT><FONT FACE="Verdana"><FONT SIZE=1>Thank you.</FONT></FONT></P>
				</TD>
			</TR>
			<TR>
				<TD WIDTH=217 HEIGHT=75 VALIGN=TOP>
					<P><FONT SIZE=2><A HREF="http://www.jmtour.com/"><FONT SIZE=1 STYLE="font-size: 8pt">Prof.
					James (Jim) M. Tour</FONT></A><FONT SIZE=1 STYLE="font-size: 8pt">,
					Department of Chemistry and Biochemistry, Rice University. </FONT></FONT>
					</P>
				</TD>
			</TR>
			<TR>
				<TD WIDTH=217 HEIGHT=75 VALIGN=TOP>
					<P><A HREF="http://www.vabio.org/"><FONT SIZE=1 STYLE="font-size: 8pt">Virginia
					Biotechnology Association</FONT></A></P>
				</TD>
			</TR>
			<TR>
				<TD WIDTH=217 HEIGHT=75 VALIGN=TOP>
					<P><A HREF="http://www.bio.org/bio/"><IMG SRC="gifs/dna.gif" NAME="Graphic1" ALIGN=BOTTOM WIDTH=38 HEIGHT=63 BORDER=0></A><A HREF="http://www.bio.org/bio/"><FONT SIZE=1 STYLE="font-size: 8pt">BIO
					- The Biotechnology Industry Organization</FONT></A>
					</P>
				</TD>
			</TR>
			<TR>
				<TD WIDTH=217 HEIGHT=75 VALIGN=TOP>
					<P><BR>
					</P>
				</TD>
			</TR>
		</TABLE>
	</DL>
	<H3 ALIGN=CENTER><FONT FACE="Verdana"><FONT SIZE=2>Please check the appropriate boxes:</FONT></FONT></H3>

<!--APPLICATIONS TABLE -->
	<P ALIGN=CENTER><FONT FACE="Verdana"><FONT SIZE=2><B>Applications:</B></FONT></FONT></P>
	<CENTER>
		<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="Food">
						Food Industry</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="EnvironDiagnostics">
						Environmental Diagnostics</P>
				</TD>

				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="AgriVet">
						Agricultural/Veterinarian</P>
				</TD>
			</TR>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="Immunochem">
						Immunochemistry</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="Forensics">
						Forensics</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="Microbiology">
						Microbiology</P>
				</TD>
			</TR>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="BioanalyticalChem">
						Bioanalytical Chemistry</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="BiomedDiagnostics">
						Biomedical Diagnostics</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="APPLICATIONS[]" VALUE="Other">
						Other</P>
				</TD>
			</TR>
		</TABLE>
	</CENTER>




<!--DISCIPLINE TABLE -->
<P ALIGN=CENTER><BR><B><FONT SIZE=2>Discipline:</FONT></B></P>
	<CENTER>
		<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=2>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="Biosensors">
					Biosensor Development</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="ChemSensors">
					Chemical Sensor Development</P>
				</TD>
			</TR>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="Polymers">
					Polymer Materials Characterization</P>
				</TD>

				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="Electrochemistry">
					Micro Electrochemistry</P>
				</TD>
			</TR>
			<TR>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="HPLC/LCDetectors">
					HPLC/LC Detection</P>
				</TD>
				<TD>
					<P><INPUT TYPE=CHECKBOX NAME="DISCIPLINE[]" VALUE="Conductimetry">
					Conductimetry</P>
				</TD>
			</TR>
		</TABLE>
	</CENTER>
	<P ALIGN=CENTER><BR><BR>
	</P>

<!--PRODUCT LITERATURE TABLE AND COMMENTS -->
	<CENTER>
		<TABLE WIDTH=80% BORDER=0 CELLPADDING=0 CELLSPACING=2>
			<TR>
			<TD WIDTH=100%>
				<P><B>Please send me Product Literature on:</B></P>
				<P><INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="EPSIS"> <FONT SIZE=2>EPSIS
				- Electroactive Polymer Sensor Interrogation System<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="EPMES">
				EPMEs - Electroactive Polymer Transducers<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="IMES">
				IMEs - Interdigitated Microsensor Electrodes<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="IAME/IAIME">
				IAMEs and IAIMEs - Independently Addressable Microband
				Electrodes<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="ECCS">
				ECCs - Electrochemical Cell-on-a-Chip<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="MDEAS">
				MDEAs - Microdisc Electrode Arrays<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="Accessories">
				Accessories Catalog - The Laboratory Products Group<BR>
				<INPUT TYPE=CHECKBOX NAME="LITERATURE[]" VALUE="BioSenSys">
				BioSenSys - Handheld Diagnostics Workstation<BR>
				<BR><B>I have other questions/comments:</B><BR>
				<TEXTAREA NAME="COMMENTS" COLS=45></TEXTAREA></FONT></P>
			</TD>
			</TR>
		</TABLE>
	</CENTER>


	<DIV ALIGN=CENTER>
		<P><INPUT TYPE=SUBMIT VALUE="Submit Form"> <INPUT TYPE=RESET VALUE="Clear Form">
				<FONT SIZE=2>and start again</FONT></P>
	</DIV>

	</FORM>
<!--CONTACT INFO -->
<P ALIGN=CENTER><FONT SIZE=1><FONT FACE="Verdana, Arial"><B>Contact:
Ann M. Wilson, </B>Manager, <BR>Applications Development ABTECH
Scientific, Inc.<BR>800 East Leigh Street, Suite 52, Richmond,
Virginia 23219<BR>Telephone Number: +1-804-783-7829 Fax Number:
+1-804-783-7830<BR>e-mail: <A HREF="mailto: [email protected]">[email protected]</A></FONT></FONT></P>

<CENTER>
<TABLE WIDTH=90% BORDER=0 CELLPADDING=5 CELLSPACING=2>
		<TR>
			<TD>
				<P ALIGN=CENTER><FONT SIZE=1><FONT FACE="Verdana, Arial"><FONT COLOR="#0000ff"><A HREF="news.html">News
				and Noteworthy</A> || <A HREF="companyprofile.html">Company
				Profile</A> || <A HREF="rdcapabilities.html">R &amp; D
				Capabilities</A> || <A HREF="labproducts.html">Lab Products</A>
				|| <A HREF="advancedproducts.html">Advanced Products</A> ||
				<A HREF="directory.html">Company Directory</A> || <A HREF="people.html">Personnel
				Bio's</A> || <A HREF="employop.html">Career Opportunities</A> ||
				<A HREF="pressre.html">Press Releases</A> || <A HREF="invstrel.html">Investor
				Relations</A> || <A HREF="links.html">Related Links</A> ||
				<A HREF="files.html">Download Files</A> || <A HREF="pricelist.html">Price
				Lists</A> || <A HREF="orders.html">Orders</A></FONT></FONT></FONT></P>
			</TD>
		</TR>
</TABLE>
</CENTER>
<P><BR><BR>
</P>

		<?
			}//end else
		?>

		</div>
</body>
</html>


Anon7 - 2021