Need help with Radio Bottom
Hello everyone,
I have questions, How can you choose perticular value using radio button.
Here is what im doing...
I'm getting Airline flight search from database and display them on page using table and radio button. Now once the user click the perticular flight, he/she will click on radio button of that row. So I want my JSP page to get that information and used them to create ticket. Now problem is that i dont want all the information from that raw. I only want Flight number and price of that flight. Since radio button is on whole raw, how can i choose those to perticular value and display them on next page.
Thank.
|