jakeisstoked
Technical User
Hi, first off, ive posted a few questions before and got great answers so thanks for that.
My problem: i need to different command buttons on a form, on the posts the data to one page, and one that posts the data to another page, but the "post" is in form tags, so any "submit" uinside the button will post to the page in the "post" action. I need one button to post data to "save1.asp" and the other butotn to post the same data to "save2.asp".
I was thinking there may also be a way to post a querystring with a form but i can't figure that out either, i would need a regular href link to post the form data instead of a command button for that to work.
Any suggestions?
Thanks,
Jake
My problem: i need to different command buttons on a form, on the posts the data to one page, and one that posts the data to another page, but the "post" is in form tags, so any "submit" uinside the button will post to the page in the "post" action. I need one button to post data to "save1.asp" and the other butotn to post the same data to "save2.asp".
I was thinking there may also be a way to post a querystring with a form but i can't figure that out either, i would need a regular href link to post the form data instead of a command button for that to work.
Any suggestions?
Thanks,
Jake