Forum Moderators: phranque
The user fills out the form and then hits submit.
The submit buttons calls an ASP page where the asp page is too look exactly like the HTML form they just filled out but with all form elements 'readonly', so they cannot change anything. That is not the important part, the readonly i know how to do.
What I cannot get it how to take the "on state" of one of the radio button groups, pass it to the asp page and have the same radio button be checked when the rest of the variables fall into place and the ASP page finishes loading. So Basically i want the ASP page to look exactly like the HTML page when the user has filled everything out. So say if one group has two radio buttons, one i want one checked and the other i want disabled.
Is this possible? I would like to do it through VBscript but is JS is the way to go i'm down.
Thanks