Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form with two objectives

Status
Not open for further replies.

emissions

Technical User
Mar 17, 2002
68
GB
hi,

I'm currently working on a intranet based application, that uses a number of forms to create, edit, and post information to a database. On one of the forms, I'm looking for the form to do two objectives, i.e. firstly update the information, and create a .txt file but only with a single submit button.

Can this be do ????

Thanks in advanced
 
You will have tohave some kind of mechnism to tell the form what to do. I envision a set of radiobuttons where the user can choose what will happen. Or maybe depending on an entry in a text box or drop down. Eiser way, on the processing page, capture the radio buttons (or whatever you decided), and do some if .... then. That's what I do.

Let me know if you need more details.

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top