|
Valaire -> RE: Email Confirmation + Database (8/10/2002 13:28:45)
|
I changed the admin email address to the address I' m trying to send the database submission to, and CDONTS sends it fine also, so I think there is maybe a problem with my actual forms.... here' s the code for one of them (of 3)... <%
' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.
On Error Resume Next
strErrorUrl = " "
If Request.ServerVariables(" REQUEST_METHOD" ) = " POST" Then
If Request.Form(" VTI-GROUP" ) = " 0" Then
Err.Clear
Set fp_conn = Server.CreateObject(" ADODB.Connection" )
FP_DumpError strErrorUrl, " Cannot create connection"
Set fp_rs = Server.CreateObject(" ADODB.Recordset" )
FP_DumpError strErrorUrl, " Cannot create record set"
fp_conn.Open Application(" Inquiry_ConnectionString" )
FP_DumpError strErrorUrl, " Cannot open database"
fp_rs.Open " External" , fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable
FP_DumpError strErrorUrl, " Cannot open record set"
fp_rs.AddNew
FP_DumpError strErrorUrl, " Cannot add new record set to the database"
Dim arFormFields0(46)
Dim arFormDBFields0(46)
Dim arFormValues0(46)
arFormFields0(0) = " Environmental_Conditions"
arFormDBFields0(0) = " Environmental Conditions"
arFormValues0(0) = Request(" Environmental_Conditions" )
arFormFields0(1) = " Primary_1_Input_Voltage"
arFormDBFields0(1) = " P1 Input Volt"
arFormValues0(1) = Request(" Primary_1_Input_Voltage" )
arFormFields0(2) = " VPP"
arFormDBFields0(2) = " VPP"
arFormValues0(2) = Request(" VPP" )
arFormFields0(3) = " Secondary_1_Output_Voltage"
arFormDBFields0(3) = " S1 Output Volt"
arFormValues0(3) = Request(" Secondary_1_Output_Voltage" )
arFormFields0(4) = " Application"
arFormDBFields0(4) = " Application"
arFormValues0(4) = Request(" Application" )
arFormFields0(5) = " Unit"
arFormDBFields0(5) = " Unit"
arFormValues0(5) = Request(" Unit" )
arFormFields0(6) = " Width"
arFormDBFields0(6) = " Width"
arFormValues0(6) = Request(" Width" )
arFormFields0(7) = " Secondary_1_Output_Current"
arFormDBFields0(7) = " S1 Output Current"
arFormValues0(7) = Request(" Secondary_1_Output_Current" )
arFormFields0(8) = " Quantity"
arFormDBFields0(8) = " Quantity"
arFormValues0(8) = Request(" Quantity" )
arFormFields0(9) = " Ripple_Max"
arFormDBFields0(9) = " Ripple Max"
arFormValues0(9) = Request(" Ripple_Max" )
arFormFields0(10) = " When_Needed"
arFormDBFields0(10) = " When Needed"
arFormValues0(10) = Request(" When_Needed" )
arFormFields0(11) = " Title"
arFormDBFields0(11) = " Title"
arFormValues0(11) = Request(" Title" )
arFormFields0(12) = " Overall"
arFormDBFields0(12) = " Overall"
arFormValues0(12) = Request(" Overall" )
arFormFields0(13) = " Class"
arFormDBFields0(13) = " Class"
arFormValues0(13) = Request(" Class" )
arFormFields0(14) = " Height"
arFormDBFields0(14) = " Height"
arFormValues0(14) = Request(" Height" )
arFormFields0(15) = " Secondary_2_Output_Voltage"
arFormDBFields0(15) = " S2 Output Volt"
arFormValues0(15) = Request(" Secondary_2_Output_Voltage" )
arFormFields0(16) = " Output_Connector_Type"
arFormDBFields0(16) = " Output Connector Type"
arFormValues0(16) = Request(" Output_Connector_Type" )
arFormFields0(17) = " Length"
arFormDBFields0(17) = " Length"
arFormValues0(17) = Request(" Length" )
arFormFields0(18) = " Secondary_2_Minimum_Load"
arFormDBFields0(18) = " S2 Min Load"
arFormValues0(18) = Request(" Secondary_2_Minimum_Load" )
arFormFields0(19) = " Secondary_2_Output_Current"
arFormDBFields0(19) = " S2 Output Current"
arFormValues0(19) = Request(" Secondary_2_Output_Current" )
arFormFields0(20) = " Secondary_1_Minimum_Load"
arFormDBFields0(20) = " S1 Min Load"
arFormValues0(20) = Request(" Secondary_1_Minimum_Load" )
arFormFields0(21) = " Company"
arFormDBFields0(21) = " Company"
arFormValues0(21) = Request(" Company" )
arFormFields0(22) = " Secondary_3_Minimum_Load"
arFormDBFields0(22) = " S3 Min Load"
arFormValues0(22) = Request(" Secondary_3_Minimum_Load" )
arFormFields0(23) = " Secondary_4_Minimum_Load"
arFormDBFields0(23) = " S4 Min Load"
arFormValues0(23) = Request(" Secondary_4_Minimum_Load" )
arFormFields0(24) = " Primary_2_Min"
arFormDBFields0(24) = " P2 Min Volt"
arFormValues0(24) = Request(" Primary_2_Min" )
arFormFields0(25) = " Fax"
arFormDBFields0(25) = " Fax"
arFormValues0(25) = Request(" Fax" )
arFormFields0(26) = " Primary_2_Max"
arFormDBFields0(26) = " P2 Max Volt"
arFormValues0(26) = Request(" Primary_2_Max" )
arFormFields0(27) = " Secondary_3_Output_Voltage"
arFormDBFields0(27) = " S3 Output Volt"
arFormValues0(27) = Request(" Secondary_3_Output_Voltage" )
arFormFields0(28) = " Contact"
arFormDBFields0(28) = " Contact"
arFormValues0(28) = Request(" Contact" )
arFormFields0(29) = " City"
arFormDBFields0(29) = " City"
arFormValues0(29) = Request(" City" )
arFormFields0(30) = " Email"
arFormDBFields0(30) = " Email"
arFormValues0(30) = Request(" Email" )
arFormFields0(31) = " Safety_Agency_Requirements"
arFormDBFields0(31) = " Safety Agency Reqs"
arFormValues0(31) = Request(" Safety_Agency_Requirements" )
arFormFields0(32) = " Configuration"
arFormDBFields0(32) = " Configuration"
arFormValues0(32) = Request(" Configuration" )
arFormFields0(33) = " Secondary_3_Output_Current"
arFormDBFields0(33) = " S3 Output Current"
arFormValues0(33) = Request(" Secondary_3_Output_Current" )
arFormFields0(34) = " Phone"
arFormDBFields0(34) = " Phone"
arFormValues0(34) = Request(" Phone" )
arFormFields0(35) = " Name"
arFormDBFields0(35) = " Name"
arFormValues0(35) = Request(" Name" )
arFormFields0(36) = " Zip"
arFormDBFields0(36) = " Zip"
arFormValues0(36) = Request(" Zip" )
arFormFields0(37) = " Primary_I_Input_Frequency"
arFormDBFields0(37) = " P1 Input Freq"
arFormValues0(37) = Request(" Primary_I_Input_Frequency" )
arFormFields0(38) = " Notes"
arFormDBFields0(38) = " Notes"
arFormValues0(38) = Request(" Notes" )
arFormFields0(39) = " Secondary_4_Output_Voltage"
arFormDBFields0(39) = " S4 Output Volt"
arFormValues0(39) = Request(" Secondary_4_Output_Voltage" )
arFormFields0(40) = " Form_Type"
arFormDBFields0(40) = " Form Type"
arFormValues0(40) = Request(" Form_Type" )
arFormFields0(41) = " Secondary_4_Output_Current"
arFormDBFields0(41) = " S4 Output Current"
arFormValues0(41) = Request(" Secondary_4_Output_Current" )
arFormFields0(42) = " New_or_Existing"
arFormDBFields0(42) = " New or Existing"
arFormValues0(42) = Request(" New_or_Existing" )
arFormFields0(43) = " Country"
arFormDBFields0(43) = " Country"
arFormValues0(43) = Request(" Country" )
arFormFields0(44) = " State"
arFormDBFields0(44) = " State"
arFormValues0(44) = Request(" State" )
arFormFields0(45) = " Address"
arFormDBFields0(45) = " Address"
arFormValues0(45) = Request(" Address" )
FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0
FP_SaveFieldToDB fp_rs, Now, " Timestamp"
fp_rs.Update
FP_DumpError strErrorUrl, " Cannot update the database"
fp_rs.Close
fp_conn.Close
Session(" FP_SavedFields" )=arFormFields0
Session(" FP_SavedValues" )=arFormValues0
Response.Redirect " confirmation.asp"
End If
End If
%>
<html>
<head>
<meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" >
<title>External and Open Frame Power Supply Inquiry </title>
</head>
<body bgcolor=" #000000" text=" #FFFFCC" link=" #008000" vlink=" #008000" alink=" #008080" background=" ../Images/Backgrounds/blue.jpg" >
<form method=" POST" action=" --WEBBOT-SELF--" onsubmit=" return FrontPage_Form1_Validator(this)" name=" FrontPage_Form1" >
<!--webbot bot=" SaveDatabase" suggestedext=" asp" u-asp-include-url=" ../_fpclass/fpdbform.inc" s-dataconnection=" Inquiry" s-recordsource=" External" u-database-url=" ../fpdb/inquiry.mdb" u-confirmation-url=" confirmation.asp" s-builtin-fields=" Timestamp" s-builtin-dbfields=" Timestamp" s-form-fields=" Environmental_Conditions Primary_1_Input_Voltage VPP Secondary_1_Output_Voltage Application Unit Width Secondary_1_Output_Current Quantity Ripple_Max When_Needed Title Overall Class Height Secondary_2_Output_Voltage Output_Connector_Type Length Secondary_2_Minimum_Load Secondary_2_Output_Current Secondary_1_Minimum_Load Company Secondary_3_Minimum_Load Secondary_4_Minimum_Load Primary_2_Min Fax Primary_2_Max Secondary_3_Output_Voltage Contact City Email Safety_Agency_Requirements Configuration Secondary_3_Output_Current Phone Name Zip Primary_I_Input_Frequency Notes Secondary_4_Output_Voltage Form_Type Secondary_4_Output_Current New_or_Existing Country State Address" s-form-dbfields=" Environmental\ Conditions P1\ Input\ Volt VPP S1\ Output\ Volt Application Unit Width S1\ Output\ Current Quantity Ripple\ Max When\ Needed Title Overall Class Height S2\ Output\ Volt Output\ Connector\ Type Length S2\ Min\ Load S2\ Output\ Current S1\ Min\ Load Company S3\ Min\ Load S4\ Min\ Load P2\ Min\ Volt Fax P2\ Max\ Volt S3\ Output\ Volt Contact City Email Safety\ Agency\ Reqs Configuration S3\ Output\ Current Phone Name Zip P1\ Input\ Freq Notes S4\ Output\ Volt Form\ Type S4\ Output\ Current New\ or\ Existing Country State Address" startspan --><input TYPE=" hidden" NAME=" VTI-GROUP" VALUE=" 0" ><!--#include file=" ../_fpclass/fpdbform.inc" --><!--webbot bot=" SaveDatabase" endspan i-checksum=" 34604" --><p>
<font size=" 4" color=" #FFFF00" >CONTACT INFORMATION</font></p>
<table border=" 0" width=" 534" height=" 145" style=" border-collapse: collapse" cellpadding=" 0" cellspacing=" 0" >
<tr>
<td width=" 99" align=" right" height=" 25" ><font face=" Arial" size=" 2" ><b>Name </b></font></td>
<td width=" 151" height=" 25" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" s-data-type=" String" b-allow-letters=" TRUE" b-allow-whitespace=" TRUE" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Name" size=" 20" tabindex=" 1" ></font></td>
<td width=" 109" align=" right" nowrap height=" 25" ><font face=" Arial" size=" 2" ><b>Title </b></font></td>
<td nowrap height=" 25" width=" 165" colspan=" 3" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" s-data-type=" String" b-allow-letters=" TRUE" b-allow-whitespace=" TRUE" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Title" size=" 20" tabindex=" 2" ></font></td>
</tr>
<tr>
<td width=" 99" align=" right" height=" 13" ><font face=" Arial" size=" 2" ><b>
Company </b></font></td>
<td width=" 151" height=" 13" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Company" size=" 20" tabindex=" 3" ></font></td>
<td width=" 109" align=" right" height=" 13" ><font face=" Arial" size=" 2" ><b>
Address </b></font></td>
<td height=" 13" width=" 165" colspan=" 3" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Address" size=" 20" tabindex=" 4" ></font></td>
</tr>
<tr>
<td width=" 99" align=" right" height=" 12" ><font face=" Arial" size=" 2" ><b>
City </b></font></td>
<td width=" 151" height=" 12" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" City" size=" 20" tabindex=" 5" ></font></td>
<td width=" 109" align=" right" height=" 12" ><font face=" Arial" size=" 2" ><b>
State </b></font></td>
<td height=" 12" width=" 59" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" s-data-type=" String" b-allow-letters=" TRUE" b-value-required=" TRUE" i-minimum-length=" 2" i-maximum-length=" 2" --><input type=" text" name=" State" size=" 3" tabindex=" 6" maxlength=" 2" ><b> </b></font></td>
<td height=" 12" width=" 39" ><b>Zip</b></td>
<td height=" 12" width=" 67" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" s-data-type=" Integer" s-number-separators=" x" b-value-required=" TRUE" i-minimum-length=" 5" --><input name=" Zip" size=" 7" tabindex=" 7" style=" float: right" ></font></td>
</tr>
<tr>
<td width=" 99" align=" right" height=" 25" ><font face=" Arial" size=" 2" ><b>
Country </b></font></td>
<td width=" 151" height=" 25" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Country" size=" 20" tabindex=" 8" ></td>
<td width=" 109" align=" right" height=" 25" ><font face=" Arial" size=" 2" ><b>
Phone </b></font></td>
<td height=" 25" width=" 165" colspan=" 3" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Phone" size=" 20" tabindex=" 9" ></font></td>
</tr>
<tr>
<td width=" 99" align=" right" height=" 25" ><font face=" Arial" size=" 2" ><b>
Fax </b></font></td>
<td width=" 151" height=" 25" ><font face=" Arial" size=" 2" >
<input type=" text" name=" Fax" size=" 20" tabindex=" 10" ></font></td>
<td width=" 109" align=" right" height=" 25" ><font face=" Arial" size=" 2" ><b>
E-mail </b></font></td>
<td height=" 25" width=" 165" colspan=" 3" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" i-minimum-length=" 1" --><input type=" text" name=" Email" size=" 20" tabindex=" 11" ></font></td>
</tr>
</table>
<table border=" 0" width=" 594" >
<tr>
<td width=" 141" align=" right" height=" 21" >
<font face=" Arial" size=" 2" ><b>Project:</b></font>
</td>
<td width=" 141" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" --><input type=" radio" value=" New" name=" New_or_Existing" tabindex=" 12" >
New
Product</font></td>
<td width=" 289" align=" left" nowrap height=" 21" colspan=" 2" >
<font face=" Arial" size=" 2" >
<input type=" radio" value=" Existing" name=" New_or_Existing" tabindex=" 12" >
Existing Product</font>
</td>
</tr>
<tr>
<td width=" 123" align=" right" height=" 21" >
<font face=" Arial" size=" 2" ><b>When
Needed:</b> </font>
</td>
<td width=" 141" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" --><input type=" radio" value=" Immediately" name=" When_Needed" tabindex=" 13" >
Immediately</font></td>
<td width=" 177" align=" left" height=" 21" >
<font face=" Arial" size=" 2" >
<input type=" radio" value=" 3_to_6_Months" name=" When_Needed" tabindex=" 13" >
3 to 6 Months</font>
</td>
<td width=" 151" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<input type=" radio" value=" 6_to_12_Months" name=" When_Needed" tabindex=" 13" >
6 to 12 Months</font></td>
</tr>
<tr>
<td width=" 123" align=" right" height=" 21" ><font face=" Arial" size=" 2" ><b>Contact:</b> </font>
</td>
<td width=" 141" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<!--webbot bot=" Validation" b-value-required=" TRUE" --><input type=" radio" value=" Phone" name=" Contact" tabindex=" 13" >
Call
Me</font></td>
<td width=" 177" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<input type=" radio" value=" Fax" name=" Contact" tabindex=" 13" >
Fax
Me</font>
</td>
<td width=" 151" align=" left" height=" 21" ><font face=" Arial" size=" 2" >
<input type=" radio" value=" E-mail" name=" Contact" tabindex=" 13" >
E-mail
Me</font>
</td>
</tr>
</table>
<p><font color=" #FFFF00" size=" 4" >TECHNICAL INFORMATION</font><strong><font face=" Arial" size=" 2" ><br>
<br>
1) <u>ELECTRICAL</u></font></strong> </p>
<div align=" left" ><table border=" 0" width=" 633" >
<tr>
<td nowrap width=" 312" ><strong><font face=" Arial" size=" 2" >
Input:</font></strong></td>
<td nowrap width=" 374" ><strong><font face=" Arial" size=" 2" >Output: </font></strong></td>
</tr>
<tr>
<td nowrap width=" 312" ><font face=" Arial" size=" 2" >
1.
<input type=" text" name=" Primary_1_Input_Voltage" size=" 5" tabindex=" 14" >
V @
<input type=" text" name=" Primary_I_Input_Frequency" size=" 8" tabindex=" 15" >
Hz</font></td>
<td nowrap width=" 374" ><font face=" Arial" size=" 1" >
<input type=" radio" name=" Class" value=" VAC" tabindex=" 18" > VAC
<input type=" radio" name=" Class" value=" VDC" tabindex=" 18" > VDC
<input type=" radio" name=" Class" value=" DC" tabindex=" 18" > Reg. DC
<input type=" radio" name=" Class" value=" Switchmode" tabindex=" 18" > Switchmode</font></td>
</tr>
<tr>
<td nowrap width=" 312" ><font face=" Arial" size=" 2" ><b>Or:</b> 2.
<input type=" text" name=" Primary_2_Min" size=" 5" tabindex=" 16" > to
<input type=" text" name=" Primary_2_Max" size=" 8" tabindex=" 17" > V <i>
(Universal)</i></font></td>
<td nowrap width=" 374" ><font face=" Arial" size=" 2" >1.
<input type=" text" name=" Secondary_1_Output_Voltage" size=" 6" tabindex=" 19" > V @
<input type=" text" name=" Secondary_1_Output_Current" size=" 6" tabindex=" 20" > mA
<input type=" text" name=" Secondary_1_Minimum_Load" size=" 6" tabindex=" 21" >
min.load </font></td>
</tr>
<tr>
<td nowrap width=" 312" ></td>
<td nowrap width=" 374" ><font face=" Arial" size=" 2" >2.
<input type=" text" name=" Secondary_2_Output_Voltage" size=" 6" tabindex=" 22" > V @
<input type=" text" name=" Secondary_2_Output_Current" size=" 6" tabindex=" 23" > mA
<input type=" text" name=" Secondary_2_Minimum_Load" size=" 6" tabindex=" 24" > min.load </font></td>
</tr>
<tr>
<td nowrap width=" 312" ></td>
<td nowrap width=" 374" ><font face=" Arial" size=" 2" >3.
<input type=" text" name=" Secondary_3_Output_Voltage" size=" 6" tabindex=" 25" > V @
<input type=" text" name=" Secondary_3_Output_Current" size=" 6" tabindex=" 26" > mA
<input type=" text" name=" Secondary_3_Minimum_Load" size=" 6" tabindex=" 27" > min.load </font></td>
</tr>
<tr>
<td nowrap width=" 312" > </td>
<td nowrap width=" 374" ><font face=" Arial" size=" 2" >4.
<input type=" text" name=" Secondary_4_Output_Voltage" size=" 6" tabindex=" 28" > V @
<input type=" text" name=" Secondary_4_Output_Current" size=" 6" tabindex=" 29" > mA
<input type=" text" name=" Secondary_4_Minimum_Load" size=" 6" tabindex=" 30" > min.load </font></td>
</tr>
</table>
</div><p>
<font face=" Arial" size=" 2" ><b>For DC Output:</b> <b><br>
<br>
Ripple Max:</b>
<input type=" text" name=" Ripple_Max" size=" 6" tabindex=" 31" > Vpp <b>For Regulated Output: </b>
<input type=" text" name=" Overall" size=" 3" tabindex=" 32" > % Overall
<b>Noise: </b>
<input type=" text" name=" VPP" size=" 6" tabindex=" 33" > Vpp<br>
<br>
<strong>2) <u>MECHANICAL</u></strong></font> </p>
<p><font face=" Arial" size=" 2" ><b>Configuration: </b>
<input type=" radio" value=" Wall_Plug-in" name=" Configuration" tabindex=" 34" > Wall Plug-In</font>
<font face=" Arial" size=" 2" >
<input type=" radio" value=" Desktop" name=" Configuration" tabindex=" 34" > Desktop</font> <font face=" Arial" size=" 2" >
<input type=" radio" value=" Open_Frame" name=" Configuration" tabindex=" 34" >
Open Frame<br>
<b>Critical Dimensions:</b></font> <font face=" Arial" size=" 2" >L:
<input type=" text" name=" Length" size=" 6" tabindex=" 35" ></font> <font face=" Arial" size=" 2" >W:
<input type=" text" name=" Width" size=" 6" tabindex=" 36" ></font>
<font face=" Arial" size=" 2" >H:
<input type=" text" name=" Height" size=" 6" tabindex=" 37" > <b>Units: </b>
<input type=" radio" name=" Unit" value=" Inches" tabindex=" 38" >
inch
<input type=" radio" name=" Unit" value=" Millimeters" tabindex=" 38" > mm<br>
<b>Output Connector Type: </b>
<input type=" text" name=" Output_Connector_Type" size=" 46" tabindex=" 39" ></font></p>
<p><font size=" 4" color=" #FFFF00" >GENERAL INFORMATION</font></p>
<p><font face=" Arial" size=" 2" >
<b>Application:</b>
<input type=" text" name=" Application" size=" 38" tabindex=" 40" >
<b>Quantity: </b> <!--webbot bot=" Validation" s-display-name=" Quantity" s-data-type=" Integer" s-number-separators=" ," --><input type=" text" name=" Quantity" size=" 9" tabindex=" 41" ><br>
<b>Safety Agency Reqs:</b>
<input type=" text" name=" Safety_Agency_Requirements" size=" 57" tabindex=" 42" ><br>
<b>Environmental Conditions:</b>
<input type=" text" name=" Environmental_Conditions" size=" 52" tabindex=" 43" ></font></p>
<table border=" 0" cellpadding=" 0" cellspacing=" 0" style=" border-collapse: collapse" width=" 65%" >
<tr>
<td width=" 13%" >
<p align=" right" ><font face=" Arial" size=" 2" >
<b>Notes: </b></font></td>
<td width=" 87%" ><textarea rows=" 4" name=" Notes" cols=" 53" tabindex=" 44" ></textarea></td>
</tr>
</table>
<div align=" center" ><p align=" left" ><font face=" Arial" size=" 2" >
<input type=" submit" value=" Submit" name=" Submit" tabindex=" 45" >
<input type=" reset" value=" Clear" name=" Clear" tabindex=" 46" ></font></p>
</div><p> </p>
<input type=" hidden" name=" Form_Type" value=" External" >
</form>
<p> </p>
</body>
</html> It can be viewed at www.apxonline.com/Inquiry/externalpower.asp If anyone has any ideas, please let me know... Thanks.
|
|
|
|