answersLogoWhite

0


Best Answer

function uncheck () {

form1.chkbx1.checked=false;

}

form1 is the name/id of the form

chkbx1 is the name/id of the checkbox

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you deselect a check box using JavaScript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you open the dialog box?

code for opening the font dialog box using javascript


How do you show the text box output in the browser using Ajax code?

You can directly do that in the JavaScript. Just get the value of the input type in JavaScript using id and show it using .innerHTML.


How do you enable javascript in your web browser using IE and Mozilla Firefox?

There isn't a way to enable or disable JavaScript in IE8 or IE7. In Firefox, you go to Tools > Options > Content > and check the box that says Enable JavaScript then click OK. Other IE's might have javascript, I don't know how to enable javascript for IE, this might be hard to know...


How do I put a dropdown list inside a prompt box using Javascript?

not posiible


How do you get the popup javascript box?

Use confirm or alert in javascript code to get a popup


What is the term for a mouse scrolling onto an image and a caption box appearing over the picture and where can you find out how to do that?

You can do it using the onMouseOver event in javascript


How do you deselect an image in Photoshop?

To deselect your current selection in Photoshop, go to "Select", then from the drop-down box choose "Deselect". A shortcut for this on a computer with Windows is to press Control+D, or Command+D on a Mac. If you want to choose a different layer, simply click on a different layer in the layers menu, or click on empty space to deselect all layers.


How do you get a working comment box on your website?

To get a working comment/feedback box, you will need to use the programming languages HTML and Javascript (javascript is widely used for forms)


How can one learn how to program the JavaScript confirm dialog box into their code?

There are a number of ways in which one can learn how to program the JavaScript confirm dialog box into their code. One way is by reading the relevant tutorials on the website JavaScript Kit.


How do you cancel a bounding box on a mac in Photoshop?

Command key+D Or go to Image, and hit deselect.


How do you remove page breaks on a lotus 123 spreadsheet?

To remove a page break: Select a cell below the row and to the right of the column where you no longer want the page to break. Choose Style Page Break. Deselect the Row check box, the Column check box, or both check boxes. (That means to remove the "x" in the checkbox. Choose OK.


How to check if javascript is enabled?

One way to determine this is by entering this into the URL/link box in your browser: javascript:alert('hi') When you press enter, a little popup saying 'hi' should show. If it does, JavaScript is on.