row clickable
-
Hi, I have hyperlinks in each of the table rows and user is tranfered to a different page upon clicking. What I would like to have instead is that they click on the row rather than the hyperlink. How could I do it, while still keeping those hyperlinks. Thanks
-
Hi, I have hyperlinks in each of the table rows and user is tranfered to a different page upon clicking. What I would like to have instead is that they click on the row rather than the hyperlink. How could I do it, while still keeping those hyperlinks. Thanks
There other ways you could achieve this but it will mostly revolve around setting an onclick for your row(s). You could call a function javascript way or jQuery way thats ya choice.
-
Hi, I have hyperlinks in each of the table rows and user is tranfered to a different page upon clicking. What I would like to have instead is that they click on the row rather than the hyperlink. How could I do it, while still keeping those hyperlinks. Thanks
-
Hi, I have hyperlinks in each of the table rows and user is tranfered to a different page upon clicking. What I would like to have instead is that they click on the row rather than the hyperlink. How could I do it, while still keeping those hyperlinks. Thanks
And, if none of the other ways work, you can make every field the same hyperlink then use CSS to change the appearance so they don't look like hyperlinks. The user will still have to click text, but it won't matter which in the row.
Just like that old Carly Simon song... "You're so funny, You probably think this joke is about you" My Mu[sic] My Films My Windows Programs, etc.
-
Can you use the onselect action and determine the row you are on and then take the url from link cell in that row and go to that link?
Brother Miles
Hi, if you take a look, the tr onclick will take you to the link in the hyperlink below it.