View Full Version : disable page options while loading page
vikrant
12-01-2008, 06:52 PM
Hi all,
How we can disable page content while the page is not fully loaded. Please help?
JasonDFR
12-01-2008, 08:57 PM
I don't know, but it is not with PHP. Maybe javascript?
Good Luck!
Snowcore
12-04-2008, 11:35 AM
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:
<body onload="removeDiv()">
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.