I want to give the user two display choices with radio buttons at the
top of the page. Then I want to provide a series of HREF type links for
them to click on for the choice made. Is it possible to mix HREF links
with FORM radio buttons so that when the user clicks on the HREF link,
one of the radio button choices is included in the GET or POST data
sent to the next URL?
top of the page. Then I want to provide a series of HREF type links for
them to click on for the choice made. Is it possible to mix HREF links
with FORM radio buttons so that when the user clicks on the HREF link,
one of the radio button choices is included in the GET or POST data
sent to the next URL?
Comment