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

  • Home
  • SEARCH
  • 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 8016385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:31:35+00:00 2026-06-04T20:31:35+00:00

I wrote the code to refresh DIV container once function click_function_ps() is executed. But

  • 0

I wrote the code to refresh DIV container once function click_function_ps() is executed. But my code does not work. It says:

missing ; before statement
var newHTML = "<img class="displayed" src="ganttchart.php">";

So, where do I need to put ; ?

<div class="buttons">
    <a href="#" class="regular" onclick="click_function_ps(); replaceContent();">
        <img src="images/opt.png" alt=""/> Run </a>
</div>

<div id="opt_container">
        <table width="100%">
            <tr>
                <td width="100%">
                    <div class="scrollbar" id="chart">
                        <img class="displayed" src="ganttchart.php">
                    </div>  
                </td>
            </tr>
        </table>
</div>


<script type="text/javascript">
function replaceContent() {
     var newHTML = "<img class="displayed" src="ganttchart.php">";
     document.getElementById("scrollbar").innerHTML = newHTML;
}
</script>
  • 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-04T20:31:37+00:00Added an answer on June 4, 2026 at 8:31 pm

    Try this

    var newHTML = "<img class=\"displayed\" src=\"ganttchart.php\">";
    

    Also, there is no element with the ID scrollbar. Either change the DIV from class="scrollbar" to id="scrollbar" or use ID chart right away or replace the javascript by following document.getElementsByClassName("scrollbar")[0]. But keep in mind, that getElementsByClassName() is not supported by IE. I highly recommend using id instead of class.

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

Sidebar

Related Questions

I wrote this code which is working but it made me start thinking how
I wrote the code to update the posts by using the ajax: $(function(){ $('#loadFeed').bind('click',function(){
i wrote myself a block of jquery codes to auto refresh a div just
I have a page being ajaxed in, but the document ready code will not
I am writing a Com server and I have wrote code that detect situation
i added sharekitkit my project. And wrote code like here : SHKItem *item =
I wrote this code to scrape a sparse array from a series of dom
I wrote some code to periodically post data to a NodeJs program that listens
I wrote the code for the secant algorithm , and now I have the
I wrote the code to convert the file in c#asp.net using ffmpeg. While executing

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.