progress bar in PHP

A

Anonymous

Guest
Hello everybody,

I'm trying to make a progress bar for my search page.
Does anybody know how this is possible with php?

What I want is, that while te action page is loaded, something like a search bar is displayed (or just plain text) untill the action page is completely done loading?!

Does anybody know how this works?

Greetz Helgo.
 
You would have to use javascript for this. Trigger a page or something as soon as the page starts (in the head content) and use the onLoad property in the body tag to close it once the page has loaded.
 
Back
Top