Sue has attended:
Dreamweaver Introduction (2 days) course
Pop up boxes
How can a pop up code be changed so that it doesn't show up as a warning box? Or can't it?
RE: Pop up boxes
Hi Sue,
Thanks for your question. I hope you enjoyed the Dreamweaver training.
No, not really. You can't change the icon on the alert box, if that's what you mean.
But you can create a custom pop-up window (or div/layer). This will allow you to customise the 'pop-up' anyway you like.
Try this code for window pop ups (as opposed to 'alert' javascript function):
http://www.learningmovabletype.com/a/000326popup_window/
See also, the 'confirm' function:
http://www.tizag.com/javascriptT/javascriptconfirm.php
If this answer resolves your query, please mark the question as 'resolved' (see below). Otherwise, please post a follow-up response to this post, and I will assist you further.
Regards, Rich