Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Displaying results of a row in a pop up window(JSP) on a click of checkbox

866972Jul 26 2011 — edited Jul 26 2011
Hi Moderator,

I c that my previous thread about this is locked ? Ny specific reason ?

Actually i had some more question regarding that....According to design document i should do something like this..


<td><input type=checkbox name="<%= GuiConstants.CHECKBOX_PARM %>" value="<%= i %>" onclick="/rpp/rp/NO.jsp;"></td>

So , when clicked on the checkbox , it should open the pop up and go to NO.jsp...there it should have displayed the value of the row selected....is there a way to do w/o using java script ?

Thanks
Mohit

Edited by: JavaB on Jul 26, 2011 8:26 AM

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2011
Added on Jul 26 2011
1 comment
69 views