janakrajani
Programmer
I have a question list that is generated dynamically using SQL Server 2000.
Each question has options which are dynamic, each question may not have the same number of options. Some may have 3 options, some may have 4.
Now at runtime, I want the client side script using VBScript. This script should check whether each question has a option selected or not. The form is submitted only if each question has a option selected.
How to do this in VBScript ?
Help appreciated.
Thanks.
Each question has options which are dynamic, each question may not have the same number of options. Some may have 3 options, some may have 4.
Now at runtime, I want the client side script using VBScript. This script should check whether each question has a option selected or not. The form is submitted only if each question has a option selected.
How to do this in VBScript ?
Help appreciated.
Thanks.