Popup message appearance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you change the appearance of a popup message in FrontPage 2003? The popup
messages look like an error message.
 
Hi,
You mean a javascript alert? If so no, this is determined by the browser.
Alternatives might be to design a layer that looks the way you want and then
use the Show/Hide Layer behaviour to display it.
 
This is a very elegant solution. I'd have never considered using this,
instead fighting with pop-ups, etc.

Thank you.
 
I think you can do vbscript alerts and have the different sorts of error boxes
like "information" (blue circle/with letter 'i') or the "alert" (yellow
triangle/exclaimation) or "critical" (red circle/letter "X")....I know these can
be done in Visual Basic itself and vbscript is not quite VB, but do those alert
box attributes follow through in vbscript?
 
Back
Top