Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Different screen withing a single jsp form

Status
Not open for further replies.

JOBARAM

Programmer
May 25, 2002
52
IL
Hi,
I have few radio button and I need each one that is marked to open a different screen/table on top of the one that was opened previously.
Please advise
Thanks
Jo
 
r u talking about something as easy as if/else clause like so..

<%if (something ===true) {%>
input fiels to display...
<%} else { %>
input feilds to display..
<% } % >

Libaax
Hakuna Matata....;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top