•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 375,174 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,228 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1038 | Replies: 2
![]() |
Im helpin a friend out with his website, a form but the submit button is giving me major problems, when i hit it, it emails be name=B1, and now im praying one of you guys can help me out with this
[HTML]<FORM ACTION="mailto:harry.baynes@ntlworld.com" METHOD=POST TARGET=code ENCTYPE=text/plain>
<input type="submit" value="Submit" name="Form">
<input type="reset" value="Reset" name="B2">
</form>[/HTML]
please help!
Hazor
[HTML]<FORM ACTION="mailto:harry.baynes@ntlworld.com" METHOD=POST TARGET=code ENCTYPE=text/plain>
<input type="submit" value="Submit" name="Form">
<input type="reset" value="Reset" name="B2">
</form>[/HTML]
please help!
Hazor
•
•
Join Date: Mar 2006
Posts: 5
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by hazor1
Im helpin a friend out with his website, a form but the submit button is giving me major problems, when i hit it, it emails be name=B1, and now im praying one of you guys can help me out with this
[HTML]<FORM ACTION="mailto:harry.baynes@ntlworld.com" METHOD=POST TARGET=code ENCTYPE=text/plain>
<input type="submit" value="Submit" name="Form">
<input type="reset" value="Reset" name="B2">
</form>[/HTML]
please help!
Hazor
--------------------------
Not sure if this will help or not, but the following is what I typically do. I have never tried include a 'name' for the reset key before.
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Reset">
Maybe?
ctkr
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,873
Reputation:
Rep Power: 32
Solved Threads: 108
You should be able to assign a name to any html element as far as I know. For example, I would name an object for the sole purpose of being able to attach some JavaScript event to it.
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Setting up a form in PHP (PHP)
- form to get e-mail and name --- for newsletter (HTML and CSS)
- Centering a form in VB.NET (VB.NET)
- Showing results of a form in new window (HTML and CSS)
- Scrolling MDI Child form (Visual Basic 4 / 5 / 6)
Other Threads in the HTML and CSS Forum
- Previous Thread: creating the text file that a form sends to email
- Next Thread: 2 forms on a website interfering with each other



Linear Mode