Javascript Page Preloader- Can someone tell me the code for making a Page Pre-loader. The background should be disabled when the pre-loader is prompted. The best example I can give you is the plesk control panel interface as seen in the screenshot below. Notice the background is disabled while the page is loading...
I do not want to write code here, because I do not have ready code. But it is very simple. you are using prototype JS library and just loading page through ajax call, it have events on begin load and on end load (something like that ). And you just should put a div with height and width of the window with some opacity (for example 50%) and that image "loading...". When content is loaded you are just hide that layer and that is all.
Yes I finally got a working version of this and i m greatful to the person who wrote this for me. NOte. rename it to .html once u download it.
Hm. It doesnt work for me. Do you have working demo online? I just want to show java ajax style preloder on simple static html page.
man is this have to be named index.html to be first or? i asked if i have 3 files page1.html,page2.html and this yours js load[1].html which of this have to be index.html and if i have to modify somthing in script tell me pls thnx