Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
multiple submit in one form
Name: vivekasolutions Date: April 1, 2007 at 00:39:08 Pacific OS: win/xp CPU/Ram: 2 gb Product: intel lll
Comment:
hi, i am developing a site in which header contain a simple form having three button for search, login and for registration and one text box. How to handle these click event to show appropriate pages..
Name: Michael J (by mjdamato) Date: April 1, 2007 at 09:46:25 Pacific
Reply:
Simple, create three submit buttons - each one having a different value. On the page that receives the form, you can identify which submit button was pressed by the value passed and then do whatever is appropriate.
Michael J
0
Response Number 2
Name: Web developers Date: April 3, 2007 at 03:36:34 Pacific
Summary: Hi, I have developed a website in JSP and I have feedback page in it. I would like to know how do i convert submitted form data in feedback page into email. Once user clicks submit button, i would lik...
Summary: I have been using the <input type=file name=file> tag for my website to allow visitors to upload files. However, it only allows one file to be selected at a time. Is there a way for a user to sel...
Summary: Hello, i was wondering how i would create a form that when submitted would store the information submitted in like a txt file or any other type of file. the type of file its stored in doesn't matter t...