Dispaly message while loading the page

  • Thread starter Thread starter JoeP
  • Start date Start date
J

JoeP

Hi All,

What kind of code is good to display message while the page is loaded:
Something like this: Please wait...
and when it is fully loaded then to clear the message.

Please let me know of what methods and some code.

Thanks,

Joe
 
At the end of your code, on the please wait page, you'd add:

response.redirect("newpage.aspx")
 
Back
Top