|
|
Q1106 I have a table which is used to present the user with a list of things to do actions on, how can I press a button in the first column and on pressing that, send the user to a new URL and pass with it the contents of the row in the table?
irt.org | Knowledge Base | JavaScript | Table | Q1106 [ previous next ] Q1106 I have a table which is used to present the user with a list of things to do actions on, how can I press a button in the first column and on pressing that, send the user to a new URL and pass with it the contents of the row in the table?In Internet Explorer 4 you may get the innerText of a tag, but if you want this to be compatible, simply write the table with JavaScript (watch the quotes):
Feedback on 'Q1106 I have a table which is used to present the user with a list of things to do actions on, how can I press a button in the first column and on pressing that, send the user to a new URL and pass with it the contents of the row in the table?' |
-- div -->
|