Radio button session variable - Posted (1072 Views)
Average Member
Andy Humm
Posts: 908
908
I am looking at an input form which has radio input buttons which are tied to images. When an image is selected and you then press submit on the form and forget to enter some data in the input fields, the error codes prompt you to return and enter the missing data. When your return by history-1 you notice the preselected image/radio button is not showing. Consequently if you the resubmit the form you get an error that the selector is missing.

Is there a simple way to create a session variable that is tied to the input radio.
I have this code tied to the image selector:
"<input type=""radio"" value=""" & strimageid & """ name=""id"" checked>" & vbNewLine & _ Any advise or pointers on how to achieve this task, would be appreciated. Andy<

No replies

You Must enter a message