You could create a desktop application that runs on your local PC desktop. This application would listen on a remoting channel. Then in the web application, you connect to your local PC on that same remoting channel and tell the desktop app to show the message box. This could work if the web site were running the same machine or a different machine (as long as the TCP/IP port that you pick for remoting is accessible).
-
Peter