hi, is it possible to have 2 forms actions, 2 submit buttons, but only 1 input text field sharing between the 2 forms?
I'm working on a web search and the company requires to have ONE search box [input text field] and 2 submit buttons "Search by Part" and "Search by Keyword" side by side.
Clicking "Search by Part" will append ABC parameters and take you to SearchbyPartResultPage, and clicking "Search by Keyword" will append XYZ parameters and take you to SearchbyKeywordResultPage.
Is it doable? Thanks for the inputs.



Reply With Quote


Bookmarks