Checkbox Validation and dynamic name set

Checkbox Validation and dynamic name set

am 13.06.2006 15:46:34 von clinttoris

Hello experts,

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

response.write " objRS("Question_ID") & """ Value=""" & objTxt("Sub_Text") & """>" &
objTxt("Text") & "
" & chr(13)

Can anyone provide a vaildation script or code using the following
checkbox syntax. Thanks very much.

Re: Checkbox Validation and dynamic name set

am 13.06.2006 16:21:40 von reb01501

clinttoris@hotmail.com wrote:
> Hello experts,
>
> I need to write validation for dynamic checkboxes that have been
> constructed using the following syntax.
>
> response.write " > objRS("Question_ID") & """ Value=""" & objTxt("Sub_Text") & """>" &
> objTxt("Text") & "
" & 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.