Tips and tricks for .NET using ASP and VB code.

Show an animated "Please Wait..." during PostBack

<body onbeforeunload="document.body.style.backgroundColor='LightGray'; document.getElementById('PleaseWait').style.display='inline'; document.getElementById('PleaseWait').focus();">

<marquee id="PleaseWait" style="width: 100%; display: none; background-color: Yellow; color: Red;">Please wait...</marquee>

No comments:

Post a Comment

Search This Blog