Buy Questpond's video subscriptions on
huge discount
.
Online: 2243
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
JavaScript
>
Loading ...
How to get CheckBox status whether it is checked or not?
Posted by
Raja
on 6/29/2008 | Category:
JavaScript Interview questions
| Views: 15113
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Write following code
alert(document.getElementById('checkbox1').checked);
if it will be checked you will get true else false.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How to toggle display an HTML element?
Next > :
How to get value from RadioButtonList control?
Comments or Responses
Login to post response
More Interview Questions by Raja
How to get value from RadioButtonList control?
How to get value from dropdown (select) control?
How to get value from a textbox?
How to improve performance of web page in asp.net?
What is the difference between asp:Label and asp:Literal control?
How to copy items from one DropDownList control to another DropDownLis ...
How to join two tables in Sql Server?
What is the location of Global Assembly Cache on the system.
Latest Interview Questions
What is isPostback property?
Explain friend and protected friend?
What is the difference between overloading and overriding ? how can th ...
Explain serialization?
What is a Process, Session and Cookie?
If cookies is disabled in client browser, will session tracking work?
What is web application virtual directory
Differences between application and session ?
More ...