html table control click event
-
Hi all, i have html table control in my web page and anyone click on the cell of the table it will redirect to another web page, but html table control not have any click event, so how i can achieve this task anyone help eric
-
that's weird... unconventional and improper html coding... yet if it works it's ok I guess. If you need a cell to respond to a mouse click though, you could add an onclick event, and make a form submition like that, but you could also add a link button with css style to make it look like regular text, or an image button with a transparent image... I don't know, there are several options there :). daniero
-
that's weird... unconventional and improper html coding... yet if it works it's ok I guess. If you need a cell to respond to a mouse click though, you could add an onclick event, and make a form submition like that, but you could also add a link button with css style to make it look like regular text, or an image button with a transparent image... I don't know, there are several options there :). daniero
-
Did u have any sample code for onclick event or link button with css style to make a cell to respond to a mouse click?
hehe i just provide some optional way.. coz you said some others way beside onclick... Or u describe more on your problem ... For example: do u use image... You wan the link to be display or ... what purpose of the table cell Or give something that i can visualize it :) Perhaps i can think of more accurate solution :)
-
hehe i just provide some optional way.. coz you said some others way beside onclick... Or u describe more on your problem ... For example: do u use image... You wan the link to be display or ... what purpose of the table cell Or give something that i can visualize it :) Perhaps i can think of more accurate solution :)
when user click the table cell, there will have message box come out to confirm user want to change the background color of the table cell or not , if user click OK in the message box, the background color of the table cell will change to another background color. This is my problem.I hope u can provide solution to me to solve it. eric
-
when user click the table cell, there will have message box come out to confirm user want to change the background color of the table cell or not , if user click OK in the message box, the background color of the table cell will change to another background color. This is my problem.I hope u can provide solution to me to solve it. eric
-
One table has many table cells. When "OK" define, all table Cells change color Or ONLY particular cell changes color ?