all groups > inetserver asp db > june 2006 >
You're in the

inetserver asp db

group:

Checkbox Validation and dynamic name set


Checkbox Validation and dynamic name set clinttoris NO[at]SPAM hotmail.com
6/13/2006 6:46:34 AM
inetserver asp db:
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.
Re: Checkbox Validation and dynamic name set Bob Barrows [MVP]
6/13/2006 10:21:40 AM
[quoted text, click to view]

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.

AddThis Social Bookmark Button