Welcome Guest, Not a member yet? Register   Sign In
page loader
#1

[eluser]pieter dekker[/eluser]
Hello,

I need a page loader, I have a few functions that take some time to load. But while the function is loading I need a text like: 'Wait while the page is loading'. And while that text is displayed the user should not be able to use any of the buttons/divs on the page.

I use the Freakauth library including the methods to view the pages.

Does anyone has a solution?

Tnx!
#2

[eluser]Grahack[/eluser]
This could be done with javascript and some kind of (not tested)
Code:
<body onload="getElementById(loader).style.display='none';getElementById(content).style.display='inline';">
<div id="loader">Please wait...</div>
<div id="content" style="display:none">content</div>
Some folks even diplay animated gifs to look 2.0.

Now I'm wondering why you're talking about FreakAuth, could you detail please?




Theme © iAndrew 2016 - Forum software by © MyBB