|
| WebDev 19 - simple? How to get the content of a cell... |
| Iniciado por guest, 27,ene. 2015 16:01 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 27,enero 2015 - 16:01 |
I know this must be easy, but it's my typical problem with WebDev, I have a hard time finding the answers I need in the help. I have a table that is gets rows added to it programmably. (I building a website builder).
Now, when I click the link in the cell, I need to return the name of that link. For example it the link is for the "About Us" page, I need to return "About Us" to get the correct page info to display.
Help? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,enero 2015 - 16:13 |
| I can get the row number to show up , but not the name of the link - or what the link is called. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 27,enero 2015 - 17:19 |
Got it!
Spent an hour on this silly little piece of code..
RowSelected is int = TableSelect(TABLE_Menu) STAHTM_Body = COL_MenuItem[RowSelected]..Value
Ugh! This is what takes me so long in programming! Inexperience...
J |
| |
| |
| | | |
|
| | | | |
| | |
|