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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:34:27+00:00 2026-06-01T00:34:27+00:00

I have code that adds a pre-determined HTML snippet into a pre-determined <div> element

  • 0

I have code that adds a pre-determined HTML snippet into a pre-determined <div> element already set out on my page.

The HTML creates specific links to fire a function – these created links fire the correct functions fine.

The button that creates the snippets works fine. The whole two functions are great for what they do.

HOWEVER
The first instance of firing either function will for example fire an alert() if I added one, but make no on screen changes. The next click is perfect.

If I switch from clicking the button, to clicking one of the links created, this again needs to be clicked twice for on-screen changes. Further calls of the function work perfectly.

If I click the button again, needs two clicks first time again.

function taddcolumn(){

if (tracker <= 25){
    outel = "o" + tracker;
    columnload = '<div><a href="javascript:choosedata(' + tracker + ')">Choose Data</a>    <br><a href="javascript:remcol(' + tracker + ')">Remove</a>';
    document.getElementById(outel).innerHTML = columnload;
    tracker++;
    }
else{
    alert ('Maximum capacity 25 columns reached.');

    }

}



function remcol(colin){
    b=colin+1;
    for (a = colin; a <= tracker; a++)
        {
        colwork = "o" + a;
        colnxt = "o" + b;
        columnload = '<div><a href="javascript:choosedata(' + a + ')">Choose Data</a><br><a href="javascript:remcol(' + a + ')">Remove</a>';
        if (colin == 25){
            document.getElementById(colwork).innerHTML=="";
        }

        if (colin <= 24){

document.getElementById(colwork).innerHTML=document.getElementById(colnxt).innerHTML;

        }


        if (document.getElementById(colwork).innerHTML= '<div><a href="javascript:choosedata(' + b + ')">Choose Data</a><br><a href="javascript:remcol(' + b + ')">Remove</a>'){
             document.getElementById(colwork).innerHTML = columnload;

        }

        b++;
    }
    lstcol = "o" + tracker;
    document.getElementById(lstcol).innerHTML="";


    tracker--;
    if (tracker == 0){
            tracker=1;
      }

}
  • 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-01T00:34:28+00:00Added an answer on June 1, 2026 at 12:34 am

    Somehow i had copied and pasted the functions from another part of my .js file instead of cutting/pasting… My bad..

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

Sidebar

Related Questions

I have a JavaScript code that adds new XHTML to already existing page (DOM
I have the following code that adds a file upload option to a div
I have the following code that adds a background worker into a VB.net WPF
I have this PHP code that adds a set of nodes to an XML
I have some setup code in my functions.php file that sets permalinks and adds
I have code that uses jquery.slideup and jquery.slidedown How can i know that div
I have some code that adds to a std::vector and a std::map after creating
CODE I have some code that adds a UILongPressGestureRecognizer gesture recognizer called _recognizer to
I have some code that adds mouseover events and mouseout events to all 'a'
I have the following code that adds an observer in the loading of the

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.