
January 28th, 2004, 10:47 AM
|
|
Registered User
|
|
Join Date: Jan 2004
Location: UK
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Checkbox problem
Checkbox problem
Hi,
I was just looking for some advice on the best way to do something. I'm fairly new to this so wasn't sure whether to use ASP or javascript. I have an asp page that has two tables. One of the tables has 3 colums which contain:
Column 1: Checkbox
Column 2: Player Name
Column 3: Value
The other table is to be there destination once the checkbox for a certain player is checked. The players are retrieved from an access db using the Do Until objRs.EOF command.
What i would like some advice on is the best way i could transfer the player name and value values from the first table into a certain column in the other table depending on the players position? This is to be transferred once the user checks the box next to there name. Any advice would be greatly appreciated,
Many thanks,
Mattcorc
|