how to open record detail using ondouble click event

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

    how to open record detail using ondouble click event

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

    Is there some other way to accomplish the same thing double click on button? Again, I just want to be able to quickly click on a record/cell in a datasheet and open another form to view expanded information related to that record .

    Gjhamb
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    you may use the ondblclick event instead of a button ... you may add that handler to a tablerow and it should fire when you click the row ...

    kind regards

    Comment

    Working...