HTML: Disable the screen with overlay DIV

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';

 

Leave a Reply