Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Getting the text in the first column of the current row


Message #1 by "Jae Hou" <jae@s...> on Wed, 26 Feb 2003 19:19:56
Hi all,

Can anyone tell me if this can be done?

I would like to have a 2 column table where the 1st column contains user 
names and the 2nd column contains 2 buttons.  When a button is clicked, 
the user name in the first column is somehow passed to the next document.

eg.

-------------------------------
  Tom   | < edit > < delete >
-------------------------------
  Jerry | < edit > < delete >
-------------------------------
  Mike  | < edit > < delete >
-------------------------------

When Edit is clicked for Tom, the Edit Page is passed Tom (or some sort of 
unique id).

Thanks in advance.

  Return to Index