<img src=Graphics/edit.gif alt='Edit' onClick="NoteEdit(13427)
currently using javascript I call the function NoteEdit() passing to it the Reference # of the row I want to edit
I am trying to do this in jquery but have no clue at this point
the js function is
function NoteEdit( iRef ) { frm.NoteRef.value = iRef ; frm.cmd.value = "NOTEEDIT" ; frm.submit() ;