If I name a CELL in a table i.e. <TD ID="var"> how do I call that ID later?
I need to be able to put the value into a session to be used on another page.
The ID is dynamically made using response.write so I don't know it in advance.
The value needs to be put into a SQL Statement that uses the TD ID as a comparison to the WHERE part of the statement.
Any help appreciated!
Merry Christmas
I need to be able to put the value into a session to be used on another page.
The ID is dynamically made using response.write so I don't know it in advance.
The value needs to be put into a SQL Statement that uses the TD ID as a comparison to the WHERE part of the statement.
Any help appreciated!
Merry Christmas