H
Hermione
Hi,
I have a ASP page:
Table with 5 columns:
First column I have:
Student
Addresse
Class
I want when the user clik in the values in the column -1 the name of the
value will appear in column - 5.
Exemple: user click on Student: ==> the value Student will appear in Column
- 5
so I will have : You are in the section of student
Any help please
I tried with asp: I declare 3 variables and I affect the string (Student,
Address, Class) to the variable and a variable that I put in the column -5 ,
and on the onclick I put the variable = on selected
I have a ASP page:
Table with 5 columns:
First column I have:
Student
Addresse
Class
I want when the user clik in the values in the column -1 the name of the
value will appear in column - 5.
Exemple: user click on Student: ==> the value Student will appear in Column
- 5
so I will have : You are in the section of student
Any help please
I tried with asp: I declare 3 variables and I affect the string (Student,
Address, Class) to the variable and a variable that I put in the column -5 ,
and on the onclick I put the variable = on selected