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 8539177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:18:06+00:00 2026-06-11T11:18:06+00:00

I am trying to do something that is slightly more complicated than I am

  • 0

I am trying to do something that is slightly more complicated than I am used to, and I was hoping you guys could help me with this one… The website I am developing requires this type of Psudo

<script>
function FirstPic(){
        document.titlepic.src = document.rep1.src
        return
    }

function SecPic(){
        document.submitpic.src = document.rep2.src
        return
    }
</script>

// Calling Image Replacements
<img style="visibility:hidden;width:0px;height:0px;" name="rep1" src="title2.gif>
<img style="visibility:hidden;width:0px;height:0px;" name="rep2" src="submit2.gif>
// End of Calling Image Replacements

// Output Area
<img src="title.gif" name="titlepic">

<input type="radio" onclick="FirstPic();SecPic();updateProductPrice(this);parent.specs.location='<?php echo $options_item['base_var'] ?>.htm';">

<img src="submit.gif" name="submitpic">
// End of Output Area
  • 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-06-11T11:18:07+00:00Added an answer on June 11, 2026 at 11:18 am

    You can replace the sources of as many images as you would like with a single click. And a single function, you don’t need a function per each image.

    demo

    HTML:

    <img src='source-img-1.jpg' class='s'>
    <!-- as many source images as you would like -->
    <button id='replace'>Replace</button>
    <img src='destination-img-1.jpg' class='d'>
    <!-- as many destination images as you have source images -->
    

    JavaScript:

    var r = document.getElementById('replace');
    
    r.addEventListener('click', function(){
      var s = document.querySelectorAll('.s'),
          d = document.querySelectorAll('.d'), 
          l = s.length;
      if(d.length != l) return;
      for(var i = 0; i < l; i++) d[i].src = s[i].src;
    }, false);
    

    Also, use a CSS stylesheet, don’t use inline styles.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking to write a bash script for something slightly more complicated than
I'm trying to create something that works like this but doesn't have any submenus.
I am trying to setup something that looks like this with the arrow that
I need something slightly more complex than the examples in the MongoDB docs and
I've made a voting on comments like the one this website has(something similar), and
I'm trying to do something that would be really simple in any other language
I am trying to do something that has been done many times before by
I'm trying to do something that i would think to be rather simple. I
I was trying to do something that apparently doesn't work in JPQL: JPQL: select
I am trying to create something that uses the idea of the UIPopOverController, I

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.