How do I validate One Option button in FP2003

  • Thread starter Thread starter How do I validate One Option button in F
  • Start date Start date
H

How do I validate One Option button in F

I need to have an option button to be validated. My problem is I only need
one option button. I want my customers to check the option “I have read
the….†I do not need more then one button. I noticed that you could not
validate a checkbox. However, for some reason when I place one option button
it does not work properly.

Please help.

Thanks
Michael
 
Are you talking about a "radio button"? Can't validate just one. You have to
have a group.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
"How do I validate One Option button in F"
message :I need to have an option button to be validated. My problem is I only need
: one option button. I want my customers to check the option "I have read
: the.." I do not need more then one button. I noticed that you could not
: validate a checkbox. However, for some reason when I place one option
button
: it does not work properly.
:
: Please help.
:
: Thanks
: Michael
:
:
 
Yes, I need a box, button or something that can be validated. I want my
customers to check the option “I have read the the rules….†by checking th
stated that they have read the T7C on the page. But, If I just place a box
without validation they can click submit and move on.

What can I do?

thanks for the help
 
Stay with your original thread. Don't change the subject...all you do is
confuse people who are trying to help.

You could try Google...amazing what you'll come up with, such as:
http://www.itechies.net/tutorials/jscript/jsexample.php-pid-jform.htm
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
"I want my customers to check the option" <I want my customers to check the
option @discussions.microsoft.com> wrote in message
: Yes, I need a box, button or something that can be validated. I want my
: customers to check the option "I have read the the rules.." by checking th
: stated that they have read the T7C on the page. But, If I just place a box
: without validation they can click submit and move on.
:
: What can I do?
:
: thanks for the help
:
:
 
If it is vital that your customers tick the box then do not rely on
Javascript validation - some users have JavaScript turned off so they could
click submit without ticking that box, and will not see any errors. Server
Side scripting (PHP, asp, asp.NET - whatever your host supports) should be
used for this scenario in addition to JavaScript, for "belt and braces"
reliability.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

"I want my customers to check the option" <I want my customers to check the
option @discussions.microsoft.com> wrote in message
news:[email protected]...
 
Thanks for everyones help. We found a way to do it with option buttons.

Thanks again
 
Back
Top