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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:29:31+00:00 2026-06-03T08:29:31+00:00

Ok so I have created a wizard and everything works great. But I have

  • 0

Ok so I have created a wizard and everything works great. But I have one little piece that seems to ‘bother’ me if you will.

In the last step of the wizard I build, it uses obflush to process data onto the screen
to show some actions happening. But the problem with that is, that the ‘entire’ page doesn’t load until the obflush process is done, and then the page all lines up nicely and such.

Im wondering if there is such a way that maybe ajax can flush the obflush process?

Maybe this is completely wrong but this is how I can envision it happening.

User goes thru the wizard and gets to the final page
The entire page loads
At the end of the page is some ajax code to apply to a tag maybe
The ajax is refreshing itself every second to check against the update of the obflush and then outputting what the obflush has outputted to the screen.

Does that make sense?

Any insight is greatly appreciated.

Thanks

  • 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-03T08:29:32+00:00Added an answer on June 3, 2026 at 8:29 am

    This question is about how to load part of a web page with Ajax. In particular, how to load the structure of a page, and then fill in the details with Ajax calls.

    I assume the intention is for the structure to be loaded quickly because it does actually have some content, and then load parts of the page that take a long time to process. Otherwise the effect on screen will be that loading is actually slower.

    I would use the JavaScript library jQuery to help with this, although it can be done without any libraries as shown in this question.

    • The browser makes a web page request and the server responds like it would normally, but just with the structure of the page

    • Within the basically empty page that was loaded, jQuery will then make an Ajax call with load() that will load the response from a URL into the specified HTML section.

    The code would look like this, where my-intro-div is the id of a regular HTML div tag:

    $(function() {
        var myIntroDiv = $('#my-intro-div');    
    
        myIntroDiv.load('/my_intro_div.php');
    });
    
    • The PHP script my_intro_div.php returns the HTML that is meant to be displayed inside the my-intro-div tag

    There are some good examples in the jQuery documentation here:

    http://api.jquery.com/load/

    jQuery can help with a tonne of other things too. It has a tiny learning curve that can be a little steep, but after that I’ve found that it is the most intuitive “language” I work with.

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

Sidebar

Related Questions

I have one SQL server database which was created using Import/Export Wizard from an
I have created some JQuery that will expand a div 'popup' on hover and
I have created a wizard form and each page of the form will display
I have created a Django Form Wizard which works fine. However, after finishing the
I have created a custom wizard control that dynamically loads usercontrols as you progress
I have created a wizard using the GUI and so my pages are all
I have created a dozen different charts using the chart form wizard in Access
I am writing an Eclipse plugin, and I have a wizard that create my
I have created an android application that calls (using kSOAP library) a SOAP based
I have to use Sync Framework 2.0 in our WPF app that will contain

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.