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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:43:43+00:00 2026-05-22T19:43:43+00:00

I want figures in my tables on a webpage to refresh automatically but I

  • 0

I want figures in my tables on a webpage to refresh automatically but I don’t want the page to reload.
I want it so do it in the background and just display the new data when it finishes loading

edit: I’m looking for an example 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-05-22T19:43:43+00:00Added an answer on May 22, 2026 at 7:43 pm

    unless i hadnt understand your question (if this is the case, please, be more explicit), what you want is how to make a simple ajax request. I use jquery (i see you tagged this question with jquery). It has a very handy function called $.ajax() it receives a dictionary like this:

    $.ajax({
            type: 'POST', // could be 'GET' if you prefer
            url: '/url/of/your/control/script/',
            data: { key1 : val1, key2 : val2 ...}, //dictionary with the data you are sending (if any)
            dataType: 'text', //depends on what you are sending to the server
            success: function(data) {
                // function that is going to be executed if your request is succesfull
                }
            },
            beforeSend: function(){
                // executed before sending the request
              },
            error: function() {
               // executed if the request return an error
            },
            // some other optional fields you can consult in any ajax-jquery tutorial
        });
    

    so, what you have to do is in your success function manipulate your html to refresh just what you want to be refreshed, using the content of data wich should be a dictionary as well…

    note that the value for url: is the url of a script, in whatever language you are using, that is going to receive and process the request made by ajax, and return the answer data as a json dictionary or as xml.

    also note that this is the syntax of the jquery ajax function… plain javascript may be a little different.

    however, i suggest you to read as many tutorials as you can… this is just a pretty plain introduction.

    good luck, hope you can use it!

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

Sidebar

Related Questions

I am new to the use of JSON. I want my webpage to display,
I'm using packages subfigure and float to create figures and tables that I want
I'm trying to figure out this Fusion-Tables and I want to display only the
I've two tables that I want to join and filter data from. I used
This seems so simple, but I just can't figure it out. I want to
I have 2 tables on a page at once. I want to only manipulate
I want to create a function which plot on screen a set of figures
I want to do something but cant figure out how to do this (i
I want to suppress page number in a page where a figure covers the
I want to format a datetime field but i can't figure out the syntactic.

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.