Hey guys,
What I want to be able to do is have a use click on a button ( or link ) and forward them to a different page. That page will start a process of what ever the code will do, but I don't want it to start untill after the page fully loads.
After the page load I want to keep the page updating with the process information dynamically. Kind of like a status bar. I don't want to refresh the page but rather display information as it comes in.
Does anybody have any ideas as to how do start on it or what is needed?
Any help will be appreciated.
dynamically updating a page
Moderator: General Moderators
- J_Iceman05
- Forum Commoner
- Posts: 72
- Joined: Wed Aug 03, 2005 10:52 am
- Location: Las Vegas, NV
Do you want to use javascript?
like... <body onLoad="javascript_function();">
and have the javascript do whatever processes you are need...
and as for keeping the page update as the info is processed...
is that like printing out the processed information or filling in certain forms based on the processes and information processed or am i just way off base here?
like... <body onLoad="javascript_function();">
and have the javascript do whatever processes you are need...
and as for keeping the page update as the info is processed...
is that like printing out the processed information or filling in certain forms based on the processes and information processed or am i just way off base here?
- J_Iceman05
- Forum Commoner
- Posts: 72
- Joined: Wed Aug 03, 2005 10:52 am
- Location: Las Vegas, NV
http://developer.mozilla.org/en/docs/AJAX
I searched for the word "ajax" in google
and this was the 6th unsponsored link...
I searched for the word "ajax" in google
and this was the 6th unsponsored link...
hope that helps...google description wrote:A comprehensive guide on getting started with AJAX including articles, tutorials and links to other...