Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  Gath Adams
Date Submitted:  11/21/2005
Category:  Internet
Compatibility:  .NET
This code has been accessed 7116 times.

Email Yourself this snippet:

Task: Msgbox function for ASP.Net Call this function from the server side, and a msgbox will appear on the client browser. As a bonus, the msgbox javascript is added after the rest of the form, so the browser displays the html for the page and then the msgbox.
Declarations

Code