Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6675063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:48:27+00:00 2026-05-26T03:48:27+00:00

I have placed my website in my dropbox so you can see my problem.

  • 0

I have placed my website in my dropbox so you can see my problem. What I am trying to do is, when you click the image next to tennis or squash it turns red (false.png) and when they click badminton it turns green (true.png), which then makes the next question appear. At the moment only the next question appears and I’m having trouble with the image changing.

http://dl.dropbox.com/u/13722201/website/quiz.html

Please could you poke around in the source code and figure it out because I’m baffled.

<a onclick="document.getElementById('badminton-answer').setAttribute('src', 'images/true.png'" href="javascript:toggle();">
  <img id="badminton-answer" border="0" alt="" src="images/answer.png" width="290" height="60"/>
</a>

the javascript showing/ hiding div id=”next”

<script language="javascript"> 
function toggle() {
var ele = document.getElementById("next");

if(ele.style.display == "block") {
        ele.style.display = "none";
}
else {
    ele.style.display = "block";
}

}

</script> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:48:28+00:00Added an answer on May 26, 2026 at 3:48 am

    Your onclick handlers contain this code:

    document.answer.src='images/false.png'
    

    document doesn’t have an answer property. The best way to manipulate the DOM in JavaScript is to assign your HTML element a unique ID:

    <img id="tennis-answer" alt="" src="images/answer.png" width="290" height="60"/>
    

    If an element has a unique ID, then you can get a reference to it and modify the element:

    document.getElementById('tennis-answer')
            .setAttribute('src', 'images/false.png');
    

    Here’s how it all looks together for the Badminton answer:

    <a onclick="document.getElementById('badminton-answer').setAttribute('src', 'images/true.png'" href="javascript:toggle();">
      <img id="badminton-answer" border="0" alt="" src="images/answer.png" width="290" height="60"/>
    </a>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a website pune.org that uses places API. As you can see however
I have placed an image on the master page. I see the image at
I have the following problem. The footer of my website is placed correctly right
I have a software package placed in the root directory of my website. I'd
I have an website where people can place a vote like this: http://mysite.com/vote/25 This
I have placed an Image as a button in my App and I want
Okay so I have a problem with a website I am working on.. infact
I have two problems with my website : http://test2.tamarawobben.nl Problem 1 : In IE9
I have a lighttpd server with website placed in /home/httpd/example.com/httpdocs and there I have
I have crated a ftp server and placed my website code over there. Now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.