I have a dropdownlist box on my page.. with A B C D E F
each pages have different images.
Once If I select A I need display one Image like B I need to display other image/table on the page.
Can any one tel me how to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
I’d use jQuery, quick example to get you started:
You will want to check some values and pick the correct jpg based on the value selected, but that should get you started.