Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing table cell name to javascript function

Status
Not open for further replies.

maxpower1

Programmer
Joined
Jul 29, 2001
Messages
488
Location
US
q:
I have a table that has 56 cells. When a user clicks on a particular cell, I want to send the cell name to the
javascript function that is attached to the form onclick event . This function accepts the column name as a parameter.

thanks
 
could you have a seperate onFocus event for each table cell that passes the name of the cell ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top