Declaring the Overlay DIV:
- Overlay DIV with waiting cursor (place it wherever in html body):
- Overlay DIV with text message:
Please wait...
Setting Overlay DIVs style:
Making it appear:
javascript:document.getElementById('waiting-overlay').style.display='block';
