Hi,
I want to create a table time (horizontal e.g. 0900 , 0930) by date (vertical e.g. 1, 2, 3, 4...). There will be checkbox within the table box. When the user click on the checkbox and press the submit button the columns in the table that the checkbox reside will change color - How do I tell the system to change the color of the particular column in the table?
Also, I want the 2 data identified by the checkbox, date and time to be stored in the database. How do I do it? Again, how I tell the system the column that the checkbox resides represent e.g. 0900, 1/1/2004?
I need to do all this in ASP Javascript, can someone help me?
I want to create a table time (horizontal e.g. 0900 , 0930) by date (vertical e.g. 1, 2, 3, 4...). There will be checkbox within the table box. When the user click on the checkbox and press the submit button the columns in the table that the checkbox reside will change color - How do I tell the system to change the color of the particular column in the table?
Also, I want the 2 data identified by the checkbox, date and time to be stored in the database. How do I do it? Again, how I tell the system the column that the checkbox resides represent e.g. 0900, 1/1/2004?
I need to do all this in ASP Javascript, can someone help me?
Comment