Once a form has been submitted how can the values in that form (using either POST or GET) be retrieved? I know using ASP you can use the syntax "Request.form("field"" but unfortunately this page cannot be produced in ASP... it must be an HTML page with VBScript......
Also an added complication is that some of the forms fields are radio buttons with the same name... how are these referenced... I know that in JavaScript this can be done by handling the field as an array... but what would the syntax for this be in VBScript??
Also an added complication is that some of the forms fields are radio buttons with the same name... how are these referenced... I know that in JavaScript this can be done by handling the field as an array... but what would the syntax for this be in VBScript??