The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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<
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