If I click a image then three sub images will be display through Javascript/HTML.?
-
If I click a image link/Button then three sub images link will be displayed through Javascript/HTML. These Subimages already working as a slide show through JCarousal. Please provide code. Thanks in advance.
-
Answer:
<script type='text/javascript'> function clickhere() { document.getElementById('img1').src = "img1.jpg" ; document.getElementById('img2').src = "img2.jpg" ; document.getElementById('img3').src = "img3.jpg" ; } </script> <img src=''main image go here.jpg' onclick='clickhere()' alt='main image' /> <img id='img1' /> <img id='img2' /> <img id='img3' />
Madan Sharma at Yahoo! Answers Visit the source
Related Q & A:
- How i can change image in ListView on click?Best solution by Stack Overflow
- When i do a search and click on a result a get a page addressed rc10 overture what do i do?Best solution by Yahoo! Answers
- Why doesn't it work when I want to click a link in my Yahoo mess list?Best solution by Yahoo! Answers
- How do I create a guest ftp user and give access to specific sub-folder with SSH?Best solution by Server Fault
- How do I build a sub box?Best solution by eHow old
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.