Print Page | Close Window

HTML Form Not Submitting

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6047
Printed Date: 30 March 2026 at 1:18am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HTML Form Not Submitting
Posted By: pmormr
Subject: HTML Form Not Submitting
Date Posted: 29 September 2003 at 3:47pm

i have an html form. it doesn't work when you press enter or submit. Here's the code for the form.

<table width="50%" border="1" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <form name="form1" method="post" action="joke_search.asp">
      <td colspan="2" bgcolor="#0000FF">
        <div align="center"><b>Search Options</b></div>
      </td>
    </form>
  </tr>
  <tr>
    <td width="25%" bgcolor="#0099FF">
      <div align="right">Search By:</div>
    </td>
    <td width="25%">
      <select name="tos">
        <option value="JokeName">Joke Name</option>
        <option value="AdditionDate">Addition Date (mm/dd/yyyy)</option>
        <option value="ID">Joke ID</option>
      </select>
    </td>
  </tr>
  <tr>
    <td width="25%" bgcolor="#0099FF">
      <div align="right">Search for:</div>
    </td>
    <td width="25%">
      <input type="text" name="st">
    </td>
  </tr>
  <tr>
    <td colspan="2">
      <div align="center">
        <input type="submit" value="Search">
      </div>
    </td></form>
  </tr>
</table>



-------------
Paul A Morgan

http://www.pmorganphoto.com/" rel="nofollow - http://www.pmorganphoto.com/



Replies:
Posted By: Gullanian
Date Posted: 29 September 2003 at 4:29pm
theres a </form> near the top


Posted By: zMaestro
Date Posted: 30 September 2003 at 11:36am

can you refere us to this joke site  ?

 



Posted By: Gullanian
Date Posted: 30 September 2003 at 11:43am
Im confused looking at your form, are you sure it works?  It looks like you have a select box instead of 3 seperate form elements.


Posted By: pmormr
Date Posted: 30 September 2003 at 1:24pm

it worked fine after i removed that extra form tag... thanks guies. (i can't believe i missed that one) As for a reference to the joke site... it opens on january 1st. I'll post details later.



-------------
Paul A Morgan

http://www.pmorganphoto.com/" rel="nofollow - http://www.pmorganphoto.com/



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net