Checkbox Validation and dynamic name set

Hello experts,

I need to write validation for dynamic checkboxes that have been
constructed using the following syntax.

response.write "<input type=checkbox Name=""Question" &
objRS("Question_ID") & """ Value=""" & objTxt("Sub_Text") & """>" &
objTxt("Text") & "<br>" & chr(13)

Can anyone provide a vaildation script or code using the following
checkbox syntax. Thanks very much.
clinttoris [ Di, 13 Juni 2006 15:46 ] [ ID #1353654 ]

Re: Checkbox Validation and dynamic name set

clinttoris [at] hotmail.com wrote:
> Hello experts,
>
> I need to write validation for dynamic checkboxes that have been
> constructed using the following syntax.
>
> response.write "<input type=checkbox Name=""Question" &
> objRS("Question_ID") & """ Value=""" & objTxt("Sub_Text") & """>" &
> objTxt("Text") & "<br>" & chr(13)
>
> Can anyone provide a vaildation script or code using the following
> checkbox syntax. Thanks very much.

client-side? See a client-side newsgroup like .scripting.jscript. You
should probably run the page and show them the result by viewing source.
You'll win fiends by only showing the relevant part of the source.

server-side? You need to tell us what you wish to validate.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
reb01501 [ Di, 13 Juni 2006 16:21 ] [ ID #1353657 ]
Webserver » microsoft.public.inetserver.asp.db » Checkbox Validation and dynamic name set

Vorheriges Thema: Stored procedure Output Parameter headache
Nächstes Thema: Help with Microsoft JET Database Engine error '80040e4d'