Hello
I have four submit buttons on my page - each carrying a value which refreshes the page selects from my db and displays the results in the drop down.
The prob is i would like another submit button which will run the queries and display the drop down.
(i need to have it that way because i enter into text field, then click one of four buttons, which displays radio buttons depending on the button clicked) then click on the radio button and THEN click submit, which will use all of the varibles from the text box, button selected and the radio to run a query in the db.
It currently works without the extra submit button and the radio button defaulted to an option.
The submit button refreshes the page and everything is blank
Any ideas, suggestions would be greatly appreciated - I am not a programmer - so please asume i know nothing.
Thanks in advance.
Fliss
I have four submit buttons on my page - each carrying a value which refreshes the page selects from my db and displays the results in the drop down.
The prob is i would like another submit button which will run the queries and display the drop down.
(i need to have it that way because i enter into text field, then click one of four buttons, which displays radio buttons depending on the button clicked) then click on the radio button and THEN click submit, which will use all of the varibles from the text box, button selected and the radio to run a query in the db.
It currently works without the extra submit button and the radio button defaulted to an option.
The submit button refreshes the page and everything is blank
Any ideas, suggestions would be greatly appreciated - I am not a programmer - so please asume i know nothing.
Thanks in advance.
Fliss
Comment