Displaying results of a row in a pop up window(JSP) on a click of checkbox
866972Jul 26 2011 — edited Jul 26 2011Hi 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