Garry Jones said
Quote:
Quote:
|
>"I am aware of form checkbox properties "parent, sibling and child"
|
|
"Harlan Messinger" replied
Quote:
|
Your awareness is flawed. There's no such thing.
|
Thanks for letting me know that this. I tested a lot with the "parent,
sibling and child properties" listed at Microsoft for "input type=checkbox"
Such properties are listed
nextSibling
canHaveChildren
offsetParent
at
http://msdn.microsoft.com/library/de..._checkbox.aspa
This is not what I was looking for as you pointed out.
Thanks for your help. By the way as java is not always turned on I fixed it
with a "form before form" solution, the user chooses one of two radio button
on form 1 which implies intention and is then taken to the appropiate
"single check box" or "multi check box" form.
Best Wishes
Garry Jones
Sweden
<hmessinger.removethis@comcast.netskrev i meddelandet
news:4ofbl6Fe0ghiU2@individual.net...
Quote:
Garry Jones wrote:
Quote:
>I have a form with 6 checkboxes.
>>
>If the user clicks the first checkbox I want the other five to be
>automatically checked.
>>
|
>
>
Quote:
>and suspect that the answer lies therin but have not been able to google
>my way to a website with adequate instrictions on how to use these.
>Gratefull for any help. Thanks
|
>
You have to use Javascript, and you should also take into account the
possibility that your users may not have Javascript turned on.
>
|