Hi,
I have this one problem which is keeping me up for nites already.
I have this javascript at the top of the page which is called by ASP code below (Page=HTML PAGE).
function update(forNum)
{
document.attendance1.test1.value="OP";
}
the value test1 is kinda dynamic although wat shown here is static.
Wat i really wan to do is this test1 can change to test2,test3,..........
the forNum value is the 1,2,3,.........
how do i concat the test with the forNum fot the output of test1.
Thanx