Hello,
You can't assign JavaScript variables to ASP variables, because of the client/server difference. You have to use another way like the hidden field like Snib's or redesign the form to post back every time the user makes a change (complete server-based approach).
Brian
|