keeping MsgBoxes on top

  • Thread starter Thread starter Adam Sandler
  • Start date Start date
A

Adam Sandler

Hello,

In VWD 2005, I have some code which send out confirmations before
transactions are executed. The code for such confirmations sometimes
involves MsgBox(). Sometimes, when the MsgBox code is called, the
resulting message box appears beneath the webpage. The only clue the
user has in shuch as case that they need to respond is the icon for the
message box appears in the taskbar How do I always keep message boxes
to stay on top of all other windows on the screen?

Thanks!
 
Thanks for the reply. I'm not using a popup... MsgBoxes are
different... I purposely don't want to use a popup because of popup
blockers. I don't see a focus property in the API for MsgBox...
please advise. Thanks!
 
If you're using ASP.NET you can't use the msgbox. The only way to popup
a message type box in the web environment is either your own popup type
web form or the javascript alert() method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

msgbox 4
MsgBox 7
Message box in asp.net 5
MsgBox 1
MsgBox when query doesn't open 2
Yes/No Options on a MsgBox 6
acNewRecord Custom MsgBox 5
Msgbox text properties & Spacing 2

Back
Top