Javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gaurav Jhamb
    New Member
    • Mar 2008
    • 8

    Javascript

    I have a JSP Page which displays a subform datasheet of information. I'd like
    to be able to quickly click on a particular record and open up another form
    showing more detailed information about that record from a related table.

    Again, I just want to
    be able to quickly click on a record/cell in a datasheet and open another
    JSP to view expanded information related to that record from a different
    table/query.

    Gaurav
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    You may need to use jQuery for this one... although I only know this to work with jsf. Give that a whirl and tell us if that worked... Or do tell us what you found out if jQuery did not do it;-)

    Comment

    Working...