changing an image based on checking checkbox using HTML & JavaScript, Please put div blocks

changing an image based on checking checkbox using HTML & JavaScript, Please put div blocks

Hello, PLease check the below code, and let me know the error. The answer should be like this - It has to display Desert.jpg once check box unselected, display Tulips.jpg when check box selected.

Please help me asap..

<!DOCTYPE html>
<html>

<br><br>

<script type="text/javascript"> 

function showImage()
    {

            if(document.getElementById('check').checked==true)
            {
            document.getElementById("image").style.visibility = 'visible'; 
            }
            else if(document.getElementById('check').checked==false)
            {
            document.getElementById("image").style.visibility = 'hidden'; 
            }

    }
</script>



<div align="left" class="checkbox-content-small">
    <div align="left" class="jive-checkbox">
        <div align="left" class="jive-rendered-content-checkbox">
            <h3 style="text-align: left; color: #286da1; padding-top: 0px;">By checking checkbox, Image gets displayed</h3>

            <body onload="showImage()">
                <font align="left">
                <input type="checkbox" id="check" onclick="showImage()" />
                Show Image

            <div class="checkboxes">
                <img id = "image" class = "jive-image" height="125" src ="Tulips.jpg "  style="display: block;  width="210">
            </div>

            <div class="checkboxes">
                <img id="image" class = "jive-image" height="125" src="Desert.jpg" style="display: block;  width="210" >
            </div>
        </div>
    </div>
</div>
</html>
View Answers









Related Tutorials/Questions & Answers:
changing an image based on checking checkbox using HTML & JavaScript, Please put div blocks
changing an image based on checking checkbox using HTML & JavaScript, Please put div blocks   Hello, PLease check the below code, and let me know...;By checking checkbox, Image gets displayed</h3> <body onload
Changing background color using JavaScript
Changing background color using JavaScript  Hi Sir Is there any way to change the background color using JavaScript ? Please mention code with your answer.   Hello Friend Pass the element & color in the given
Advertisements
maximize an image using javaScript
maximize an image using javaScript  Write the code to maximize an image using javaScript
Hide show HTML forms using javascript
Hide show HTML forms using javascript  How to hide a HTML form in my application using JavaScript?   HTML Code to create checkbox <...;div id="yourDiv"> ...other forms... </div> JavaScript function to hide
How to add background image to div using CSS?
How to add background image to div using CSS
DIV in HTML
DIV in HTML  What is DIV in HTML
flowcharts using javascript/HTML - Development process
flowcharts using javascript/HTML  Hi I want to create flowchart diagram using html/javascript.. is that possible.. please guide me Thanks!  Check this linkhttp://www.roseindia.net/jdbc/jdbc-driver-and-its-types.shtml
JavaScript Checkbox getElementById
() for checkbox in JavaScript. In the given example we are going to show an image on clicking the checkbox. This is done by using the JavaScript method getElementById... JavaScript Checkbox getElementById
Animating 'Div' blocks with different effects simultaneously
Animating 'Div' blocks with different effects simultaneously In this tutorial, we will discuss about how to animate 'Div' blocks with different effects simultaneously using jQuery. In this Example, we have two Div
How to put an image on a JButton?
How to put an image on a JButton?  How to put an image on a JButton
how to print HTML using javascript or Jquery
how to print HTML using javascript or Jquery  is there any way to print a document(created using Html and javascript) without using window.print, which works for all the browser specially chrome and firefox, I have used
Html form using JavaScript to display the table content
Html form using JavaScript to display the table content  HI There, Greetings, I am new to this java and I need your assistance. I have created... want to write a Html JavaScript coding to display the content from database
Show spinner while loading image using JavaScript
Show spinner while loading image using JavaScript  Hello sir I am... spinner while loading image. Please Reply ASAP and also give code. Best regardsADS..., Position a div containing the spinner above the chart image, with it's css display
JavaScript Hide Div
; In this section, we are going to hide div element on clicking the button using the JavaScript. In the given example, we have created a div element using <div>... JavaScript Hide Div
div background color in html
div background color in html   How to change the background color of DIV in HTML
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
image on div or cell of table
image on div or cell of table  I am using ms access database and I have stored the image in access database and I have a code to display image but it display on browser but I want to display on inside the div tag or table tag pls
how to put php in javascript
how to put php in javascript  How to write a javascript code inside php block
how to save uploaded image in database using javascript
how to save uploaded image in database using javascript  Please can you tell me how to store uploaded image in database using java I'll use... alert("Please only upload files that end in types: " + (extArray.join
JavaScript move div
JavaScript move div...; This section illustrates you how to move a div element on the window using JavaScript. In the following code, we have defined a div element consisting of text
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
HTML div tag
HTML div tag  I have created a webpage using the div tag. The webpage has the header and the footer. the middle area is divided into left and right parts. The left side has a list of link. The right side part basically shows
enable disable checkbox in javascript
enable disable checkbox in javascript  How to enable disable checkbox in javascript
how to validate the telephone number without using jquery in html with javascript
how to validate the telephone number without using jquery in html with javascript  how to validate the telephone number without using jquery in html with javascript
working of a div tag in html
working of a div tag in html   !DOCTYPE html PUBLIC "-//W3C//DTD....dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Store image from html img tag into mysql db using java
Store image from html img tag into mysql db using java  Hi. How to get the image displayed in the < img > tag of HTML and store it in the mysql database using java? Thanks in advance
Accessing MS ACCESS databse using a HTML webpage [created using Javascript]
Accessing MS ACCESS databse using a HTML webpage [created using Javascript]  HI team, This is Srinivas, and I have a query and i explained here... I have to save some datas in an MS ACCESS database file [*.mdb], after
How to animate div with jQuery and JavaScript?
;html> <head> <title>How to animate div with jQuery and JavaScript.... In this tutorial we have learned to animate a div and add maximize effect using jQuery...Adding maximize effect to a div: How to animate div with jQuery
How to animate div with jQuery and JavaScript?
to animate div with jQuery and JavaScript?</title> <script src="https... In this tutorial we have learned to animate a div and add maximize effect using jQuery...Adding maximize effect to a div: How to animate div with jQuery
JavaScript hide image
; In this section, we are going to show and hide image on clicking the button using the JavaScript. In the given example, we have defined an image using <img>... JavaScript hide image
How to make a horizontally Scrollable grid in jsp using div, table, css, javascript?
How to make a horizontally Scrollable grid in jsp using div, table, css, javascript?  In a jsp page InsertUpdate.jsp (say) there is a button Insert to Save data in the database.I want that on clicking Insert button, besides
coding for horizontal menubar using using html or javascript - JSP-Servlet
coding for horizontal menubar using using html or javascript  hii friends, i wanted to implement horizontal menubar in my project tht wil open the links to diffrnt pages kindly help
JavaScript getElementById div
JavaScript getElementById div...; In JavaScript we can get access to any node by using the method document.getElementById(). This method is very important for the JavaScript and is the entry
mini project using html,javascript and ms access with source code
mini project using html,javascript and ms access with source code  I want a mini project which uses html and java script and backend as ms access with source code. plz send its important and urgent
How to give value for select in HTML dynamically using javascript
How to give value for select in HTML dynamically using javascript  hi. Consider the situation i am having 2 select options called degree... should be displayed in the dept list. how to do this using javascript
How to Validate dynamically created text box in HTML using Javascript
How to Validate dynamically created text box in HTML using Javascript  Here is the HTML code to create text boxes dynamically. It works properly... = document.createElement('div'); var newdiv1=document.createElement('div
Hi how to transfer table data from html page to excel sheet by using javascript .
Hi how to transfer table data from html page to excel sheet by using javascript .  html page to excel sheet by using javascript and i dont want to transfer all rows in table, i want to hide some rows in excel sheet. Please send
javaScript+Html
javaScript+Html  print("code sample");(Use ExtJS 3 or 4) and create following (HTML, Javascript,ExtJS) a. Create a single page application divided.... Add a timer using ExtJS to show Extâ??s alert after 10 seconds
Changing 2D graph using slider.
Changing 2D graph using slider.  Code for changing a 2d graph with help of slider
How to align div side by side?
Example of aligning DIV side by side in HTML page In this tutorial I will explain you how you can align the div side by side using CSS. The CSS... will first create a container DIV and then put any number of DIV inside the container
Checkbox Tag <html:checkbox>:
Checkbox Tag <html:checkbox>:       html: checkbox Tag -  is used to create a  Checkbox Input Field. This tag creates an HTML <input> element of type checkbox
How to play FLV video files on Ipad using HTML code or javascript code?
How to play FLV video files on Ipad using HTML code or javascript code?  How to play FLV video files on Ipad using HTML code or javascript code
HTML-JAVASCRIPT
HTML-JAVASCRIPT  There are two radio button and one text area. The values should be generated on the text area based on the selection of radio buttons. Hardcoding is also allowed
regarding out put display in html text field
regarding out put display in html text field  how to dispaly the output coming from servlet in a particular text field of html

Ads