HTML help
Hey,
I'm currently having trouble getting a form to work for my web site. I didn't create it and really don't know what's wrong.
http://www.angelfire.com/nb/kickassh...KAHLTrade.html
Evertime I hit submit, I get a angekfire error.
Any help would be much appreciated!
Thanks
Phill
???
where is the information from this form sent to?
what is web bot?
do you want the server to process the form or just have it emailed to you?
Last edited by ShrineDesigns; 12-18-2002 at 10:36 PM .
Hmm
It's supposedly being sent to me' kahlcommish@hotmail.com '.
I'm not really sure what 'web bot' is, a lad made this form for me, but I can't seem to get it working.
I'm not sure what you mean by the server processing it, I just want it to end up in my email box!
Thanks
i have an account with angelfire.com also
this will send the form via the server to your emailbox
you can change which page will be displayed after the form is submitted; i set it to your home page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Please Submit Your Trade as follows</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<BODY bgcolor="#6388ad" text="white">
<p><img height="120" src="KickAssTitle8.gif" width="500" border="2"></p>
<form action="/cgi-bin/script_library/form_handler_mail" method="post" name="KAHLTrade">
<input name="order" type="hidden" value="TEAMA, PlayerA1, PlayerA2, PlayerA3, PlayerA4, PlayerA5, PlayerA6,Prospect1A, Prospect2A, Prospect3A, Pick1A, Pick2A, Pick3A, MoneyA, TEAMB, PlayerB1, PlayerB2, PlayerB3, PlayerB4, PlayerB5, PlayerB6,Prospect1B, Prospect2B, Prospect3B, Pick1B, Pick2B, Pick3B, MoneyB, Comments">
<input name="email_to" type="hidden" value="kahlcommish@hotmail.com">
<input name="end_display" type="hidden" value="http://www.angelfire.com/nb/kickasshockeyleague/">
<!--webbot bot="SaveResults"
U-File="C:\Documents and Settings\Barbara Wilson\My Documents\_private\feedback.txt"
S-Format="TEXT/TSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="pmatch@nbnet.nb.ca"
B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="KAHL Trade" S-Date-Format="%d %b %Y" S-Time-Format="%H:%M:%S"
S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" -->
<p><strong>Please Submit your Trade as follows:</strong></p>
<p><strong>If you are filling out this form, you are Team A.<br>
What is your team and what are you receiving?</strong></p>
<p><strong>To Team A:</strong>
<select size="1" name="TEAMA">
<option>Anaheim Mighty Ducks</option>
<option>Atlanta Thrashers</option>
<option>Boston Bruins</option>
<option>Buffalo Sabres</option>
<option>Calgary Flames</option>
<option>Carolina Hurricanes</option>
<option>Chicago Blackhawks</option>
<option>Colorado Avalanche</option>
<option>Columbus Blue Jackets</option>
<option>Dallas Stars</option>
<option>Detroit Red Wings</option>
<option>Edmonton Oilers</option>
<option>Florida Panthers</option>
<option>Los Angeles Kings</option>
<option>Minnesota Wild</option>
<option>Montreal Canadiens</option>
<option>Nashville Predators</option>
<option>New Jersey Devils</option>
<option>New York Islanders</option>
<option>New York Rangers</option>
<option>Ottawa Senators</option>
<option>Philadelphia Flyers</option>
<option>Phoenix Coyotes</option>
<option>Pittsburgh Penguins</option>
<option>St Louis Blues</option>
<option>San Jose Sharks</option>
<option>Tampa Bay Lightning</option>
<option>Toronto Maple Leafs</option>
<option>Vancouver Canucks</option>
<option>Washington Capitals</option>
</select>
</p>
<table border="0">
<tr>
<td>Player</td>
<td><input type="text" size="35" name="PlayerA1"></td>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="PlayerA2"></td>
</tr>
<tr>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="Player3A"></td>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="Player4A"></td>
</tr>
<tr>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="Player5A"></td>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="Player6A"></td>
</tr>
<tr>
<td>Draft Pick</td>
<td><input type="text" size="35" maxlength="256" name="Pick1A"></td>
<td>Prospect</td>
<td><input type="text" size="35" maxlength="256" name="Prospect1A"></td>
</tr>
<tr>
<td>Draft Pick</td>
<td><input type="text" size="35" maxlength="256" name="Pick2A"></td>
<td>Prospect</td>
<td><input type="text" size="35" maxlength="256" name="Prospect2A"></td>
</tr>
<tr>
<td>Draft Pick</td>
<td><input type="text" size="35" maxlength="256" name="Pick3A"></td>
<td>Prospect</td>
<td><input type="text" size="35" maxlength="256" name="Prospect3A"></td>
</tr>
<tr>
<td>Money</td>
<td><input type="text" size="35" maxlength="256" name="MoneyA"></td>
</tr>
</table>
<p><b>Following is what you are giving up.<br>
Who are you trading to and what are they receiving?</b></p>
<p><strong>To Team B:</strong>
<select size="1" name="TEAMB">
<option>Anaheim Mighty Ducks</option>
<option>Atlanta Thrashers</option>
<option>Boston Bruins</option>
<option>Buffalo Sabres</option>
<option>Calgary Flames</option>
<option>Carolina Hurricanes</option>
<option>Chicago Blackhawks</option>
<option>Colorado Avalanche</option>
<option>Columbus Blue Jackets</option>
<option>Dallas Stars</option>
<option>Detroit Red Wings</option>
<option>Edmonton Oilers</option>
<option>Florida Panthers</option>
<option>Los Angeles Kings</option>
<option>Minnesota Wild</option>
<option>Montreal Canadiens</option>
<option>Nashville Predators</option>
<option>New Jersey Devils</option>
<option>New York Islanders</option>
<option>New York Rangers</option>
<option>Ottawa Senators</option>
<option>Philadelphia Flyers</option>
<option>Phoenix Coyotes</option>
<option>Pittsburgh Penguins</option>
<option>St Louis Blues</option>
<option>San Jose Sharks</option>
<option>Tampa Bay Lightning</option>
<option>Toronto Maple Leafs</option>
<option>Vancouver Canucks</option>
<option>Washington Capitals</option>
</select>
</p>
<table>
<tr>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="PlayerB1"></td>
<td>Player</td>
<td><input type="text" size="35" maxlength="256" name="PlayerB2"></td>
</tr>
<tr>
<td height="25">Player</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PlayerB3"></td>
<td height="25">Player</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PlayerB4"></td>
</tr>
<tr>
<td height="25">Player</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PlayerB5"></td>
<td height="25">Player</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PlayerB6"></td>
</tr>
<tr>
<td height="25">Draft Pick</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PickB1"></td>
<td height="25">Prospect</td>
<td height="25"><input type="text" size="35" maxlength="256" name="ProspectB1"></td>
</tr>
<tr>
<td height="25">Draft Pick</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PickB2"></td>
<td height="25">Prospect</td>
<td height="25"><input type="text" size="35" maxlength="256" name="ProspectB3"></td>
</tr>
<tr>
<td height="25">Draft Pick</td>
<td height="25"><input type="text" size="35" maxlength="256" name="PickB2"></td>
<td height="25">Prospect</td>
<td height="25"><input type="text" size="35" maxlength="256" name="ProspectB3"></td>
</tr>
<tr>
<td height="23">Money</td>
<td height="23"><input type="text" size="35" maxlength="256" name="MoneyB"></td>
</tr>
</table>
<p><b>Make sure you fill out the trade form correctly with player with position,<br>
draft picks with round and year, prospects in their proper category.<br>
Trades not posted correctly are subject to rejection.</B></p>
<p><strong>Why are you making this trade?</strong></p>
<dl>
<dd>
<textarea name="Comments" rows="5" cols="42"></textarea>
</dd>
<dt><br>
<b>As the Commission there is a right in the spirit of fairness to reject
any trade that doesn't fit within the guidelines of reasonable equity.<br>
If you deem that due to circumstance the trade has become necessary for
positional or financial reasons then please explain in detail in the area
above. </b></dt>
</dl>
<p><strong>
<p>
<input type="submit" value="Submit Comments">
<input type="reset" value="Clear Form">
</p>
</form>
<h5>Author information goes here.<br>
Copyright © 1999 [OrganizationName]. All rights reserved.<br>
Revised:
<!--webbot bot="TimeStamp" startspan S-Type="EDITED"
S-Format="%B %d, %Y" -->
December 18, 2002
<!--webbot bot="TimeStamp"
I-CheckSum="39494" endspan -->
.</h5>
</BODY>
</html>
Just to let you know...A web bot is a Microsoft Front Page component. It will only work if Front Page Extentions are installed.
Form
Hey, I tryed it, and it seemed like it might work, but then this came up:
"Oops!
We can only accept forms that come from a Angelfire URL. Sorry!"
Thanks for the effort though.
it has to be on the server (your web directory) in order to work
Thanks
Well, it's working now, I guess that was the problem. I thougth I could just paste it on the html page I already had, I guess I had to upload it for it to work!
Thanks a lot man.
It's really much appreicated!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks