leecoursey
12-17-2002, 11:43 PM
The first is a simple send to javascript dropdown naviagtion. You pick the state and it jumps you to the associated page - it works fine. Here's a sample:
<form name="form1">
<select name="select2" onChange="MM_jumpMenu('parent',this,1)">
<option value="#'">Choose your State...</option>
<option value=""></option>
<option value="states/alabama.html">Alabama</option>
<option value="states/alaska.html">Alaska</option>
<option value="states/arizona.html">Arizona</option>
<option value="states/arkansas.html">Arkansas</option>
The second one follows. It returns Error: Bad/No Recipient and some error catcher the admin installed says Attempt to send to "webmaster@theedgepc.net subject"
After conferring with the admin of the server he assures me that he has added the appropriate domains to the delimiter list for the formmail script.
<form NAME="signup" ACTION="http://www.caro.net/cgi-bin/formmail.pl" METHOD="post" ENCTYPE="application/x-www-form-urlencoded">
<input name="recipient" type="hidden" value="webmaster@theedgepc.net">
<input type="hidden" name="subject" value="New client from theedgepc.net">
<input type="hidden" name="required" value="phone,firstname,lastname">
<br>
<br>First Name: <input NAME="firstname" SIZE="30" MAXLENGTH="50"><br>
Last Name: <input NAME="lastname" SIZE="30" MAXLENGTH="50"><br>
<br>
<table>
<tr>
<td colspan="2"><b>Home Address:</b></td>
</tr>
<tr>
<td align="right">Street:</td>
<td><input NAME="street" size="30"></td>
</tr>
<tr>
<td align="right">City: </td>
<td><input NAME="city" size="30"></td>
</tr>
<tr>
<td align="right">State:</td>
<td><input NAME="state" size="30"></td>
</tr>
<tr>
<td align="right">Zip Code:</td>
<td><input NAME="zip" size="30"></td>
</tr>
<tr>
<td align="right">Phone Number:</td>
<td><input NAME="phone" size="30"></td>
</tr>
</table><br>
<p>
<hr>
<p>Please review your information carefully. If it
is all correct, you may send it by pressing the Send button:
<input type=hidden name="redirect" value="http://www.theedgepc.net">
<p><input TYPE="submit" VALUE="Send Information"><input TYPE="reset" VALUE="Clear Form">
<p><font color="#993366">Thank you!</font>
<br></form>
If you see the problem please let me know.
<form name="form1">
<select name="select2" onChange="MM_jumpMenu('parent',this,1)">
<option value="#'">Choose your State...</option>
<option value=""></option>
<option value="states/alabama.html">Alabama</option>
<option value="states/alaska.html">Alaska</option>
<option value="states/arizona.html">Arizona</option>
<option value="states/arkansas.html">Arkansas</option>
The second one follows. It returns Error: Bad/No Recipient and some error catcher the admin installed says Attempt to send to "webmaster@theedgepc.net subject"
After conferring with the admin of the server he assures me that he has added the appropriate domains to the delimiter list for the formmail script.
<form NAME="signup" ACTION="http://www.caro.net/cgi-bin/formmail.pl" METHOD="post" ENCTYPE="application/x-www-form-urlencoded">
<input name="recipient" type="hidden" value="webmaster@theedgepc.net">
<input type="hidden" name="subject" value="New client from theedgepc.net">
<input type="hidden" name="required" value="phone,firstname,lastname">
<br>
<br>First Name: <input NAME="firstname" SIZE="30" MAXLENGTH="50"><br>
Last Name: <input NAME="lastname" SIZE="30" MAXLENGTH="50"><br>
<br>
<table>
<tr>
<td colspan="2"><b>Home Address:</b></td>
</tr>
<tr>
<td align="right">Street:</td>
<td><input NAME="street" size="30"></td>
</tr>
<tr>
<td align="right">City: </td>
<td><input NAME="city" size="30"></td>
</tr>
<tr>
<td align="right">State:</td>
<td><input NAME="state" size="30"></td>
</tr>
<tr>
<td align="right">Zip Code:</td>
<td><input NAME="zip" size="30"></td>
</tr>
<tr>
<td align="right">Phone Number:</td>
<td><input NAME="phone" size="30"></td>
</tr>
</table><br>
<p>
<hr>
<p>Please review your information carefully. If it
is all correct, you may send it by pressing the Send button:
<input type=hidden name="redirect" value="http://www.theedgepc.net">
<p><input TYPE="submit" VALUE="Send Information"><input TYPE="reset" VALUE="Clear Form">
<p><font color="#993366">Thank you!</font>
<br></form>
If you see the problem please let me know.