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!

submiting forms to different places

Status
Not open for further replies.

cfjacob

Programmer
May 26, 2000
2
NZ
I have form that asks for some details, and i want to give the user the choice of moving to page1.cfm or page2.cfm (like 2 submit buttons)but in the form settings i can set only one action page. any help would be great, thanks, jacob
 
Hallo cfjacob<br>You can use a javascript where you kan set the action page.<br>If you have 2 submit buttons in one form you can check which button the user had clicked and the set the action page.<br><br>document.formname.action =
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top