One solution would be to make your submit button a "type=button".  Then
use the onclick event handler to call a Javascript function.  This
function would simply check to see whether the check box had been checked
or not.  If so, submit the form, otherwise display a message telling the
user whats up.

HTH.

Brian
----- Original Message -----
From: AustralianAccommodation.com Pty. Ltd.
<[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 9:27 AM
Subject: Making Check Box Selection Mandetory


> Using forms placing "required" and "message" inside the input tag
allows you
> to ensure that the user enters input in order for the form to be
submitted
>
> is it possible to have the same functionality over check box input when
> there are several check boxes to select from for the one input variable
> without any initially being checked and that unless the user checks one
of
> the them the form will not be submitted
>
> I look forward to your comments
>
>
> Kind Regards
>
> Claude Raiola (Director)
> AustralianAccommodation.com Pty. Ltd.
> Website: www.AustralianAccommodation.com
> Email: [EMAIL PROTECTED]
>
> -----------------------------------------------------------------------
-------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to