|
-
Apr 26th, 2004, 02:25 AM
#1
Thread Starter
New Member
Javascript:pls Help.im A Newbie
Hello everyone,
How do can I automatically uncheck a checkbox?
(Im really sorry this question may be way to easy for you guys....but i really dont have any idea....plss help.)
-
Apr 26th, 2004, 02:56 AM
#2
Frenzied Member
Automatically such as? On a button, timer, hovering over an image or something?
-
Apr 26th, 2004, 01:16 PM
#3
You can control the checked state of a checkbox using its checked property.
chckbx.checked = true;
checks it and
chckbx.checked = false;
unchecks it.
But like Tom I don't know what you mean by automatically.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 28th, 2004, 07:59 PM
#4
Thread Starter
New Member
Thanks cornedbee...that's jud what i needed.. hehe...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|