MichaelLewis
Programmer
I have a form with three radio buttons.
Selecting one of the first two buttons and then clicking the submit button will open page x which is another form asking for more info before going to page y to list data.
How do I go to page y (and pass on data in $yy) directly when the third radio button is selected?
Or better still, when any of the radio buttons get selected, how can I execute the listing code in the same page instead of clicking submit to go to another page to do the listing?
Thanks,
Michael
Selecting one of the first two buttons and then clicking the submit button will open page x which is another form asking for more info before going to page y to list data.
How do I go to page y (and pass on data in $yy) directly when the third radio button is selected?
Or better still, when any of the radio buttons get selected, how can I execute the listing code in the same page instead of clicking submit to go to another page to do the listing?
Thanks,
Michael