Hi all,
How we can disable page content while the page is not fully loaded. Please help?
Hi all,
How we can disable page content while the page is not fully loaded. Please help?
I don't know, but it is not with PHP. Maybe javascript?
Good Luck!
It relates to the javascript theme.
You can hide content of your page (eg. using grey transparent div), and you should hide it when the document will be ready:
something like:
Code:<body onload="removeDiv()">
Bookmarks