Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Checking CheckBox Status
(1 viewing) (1) Guest
All your queries regarding JavaScript will be solved in this forum
  • Page:
  • 1
TOPIC:

Checking CheckBox Status

Checking CheckBox Status 1 year, 9 months ago #94

  • palak
  • OFFLINE
  • Senior Boarder
  • Posts: 55
  • Karma: 0
Hi,
I want to check the status of my CheckBox whether it is checked or not.

How can i do that?

Re:Checking CheckBox Status 1 year, 9 months ago #97

  • abraham
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
You can write the following code:

alert(document.getElementById('checkbox1').checked);

The above function would return true if CheckBox is checked otherwise false.
  • Page:
  • 1
Time to create page: 1.20 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download