Radio button session variable

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/67521?pagenum=1
05 November 2025, 01:59

Topic


Andy Humm
Radio button session variable
26 July 2008, 13:48


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<

 

© 2000-2021 Snitz™ Communications