Results 1 to 4 of 4

Thread: Javascript:pls Help.im A Newbie

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    9

    Unhappy 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.)


  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345
    Automatically such as? On a button, timer, hovering over an image or something?

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2004
    Posts
    9
    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
  •  



Click Here to Expand Forum to Full Width