A co-worker has a JSP page that has some <A HREF links on it to other JSP
pages. Now, on one of these links, he must pass a parameter that is the
value of a selected radion button on this same page as the link. I know he
can do that by turning the hyperlinks into submit buttons and making the
whole thing a form, but there are many of these links and it would be ugly.
How can he include the value of a selected radio button on a page as a
parameter to this HREF target? I never had to tackle that one before and I'm
not real familiar with JavaScript and the DOM but I think it might be an
answer somehow.

Thanks in advance..

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to