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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:05:26+00:00 2026-06-02T07:05:26+00:00

Here is the setup: http://sawhost.com/saw/demo.html I am wanting visitors to drag and drop 6

  • 0

Here is the setup: http://sawhost.com/saw/demo.html

I am wanting visitors to drag and drop 6 of the magazines into the boxes on top, and when they hit submit, i want at least the title attribute for each magazine image to be added to a form element or something…

I have a hidden text area on the form ready to receive, but im sure its a small bit of code im overlooking thats not making it work. here is a copy of the javascript i have so far.

function checkEmail(myForm) {

  var coices = new Array();
  var input = "";
  choice[0] = document.getElementById("box12").innerHTML + "<br />";
  choice[1] = document.getElementById("box102").innerHTML + "<br />";
  choice[2] = document.getElementById("box103").innerHTML + "<br />";
  choice[3] = document.getElementById("box104").innerHTML + "<br />";
  choice[4] = document.getElementById("box105").innerHTML + "<br />";
  choice[5] = document.getElementById("box106").innerHTML + "<br />";

  for (var i = 0; i < 6; i++) {
    input += choice[i];
  }
  myForm.list.value = input;

  return (true);
}
  • 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-02T07:05:27+00:00Added an answer on June 2, 2026 at 7:05 am

    Try this:

    function checkEmail(myForm) {
        var choice = [],
            input  = '', i;
    
        for (i = 0; i < 6; i++) {
            input += document.getElementById("box10" + (i+1)).getElementsByTagName('img')[0].title + '<br />';
        }
    
        myForm.list.value = input;
        return true;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that i have been starting to setup here http://www.brandybrowauto.com/NEW.html that
I'm trying to set up the SC html 5 api located here: http://w.soundcloud.com/player/api.js However
Here's the setup : http://jsfiddle.net/AndyMP/rVrjY/ What I'd like to achieve is a shadow on
Here is my IB setup: http://img145.imageshack.us/img145/5929/picture1gxr.png When both NSScrollView and NSTableView are set to
I have a layout setup which can be view here: http://jsfiddle.net/Pn3ts/ It all works
I'm trying to follow the instructions here ( http://docs.pylonsproject.org/projects/pyramid_beaker/en/latest/ ) so I can setup
I have followed the instructions here: http://help.github.com/win-set-up-git/ to set up git on my windows
I'm following the tutorial here http://applicake.com/posts/54-integrating-facebook-connect-with-rails-applications to set up facebook connect. It almost worked,
I’ve set up a private NuGet Gallery from github.com/NuGet/NuGetGallery using instructions from here: http://dotnet.dzone.com/news/how-set-local-nuget-gallery
I have a page setup using code from here: http://www.jigar.net/articles/viewhtmlcontent78.aspx in order to post

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.