ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am using an Alert() to pop-up a warning message if the user
does something on my webpage. All the code works fine but I want
to be able to customise the icon that appears. At the monent we
get an exclamation mark as default. is there anyway of changing
this or is there any other kind of Alert function we can use ?
Please tel me that the message u displaying is through client side or server side language if you are using the client side then in VBscript there is a property of message box of which type of message is.
(*_*)
Numan
--------------------------------------------------
Love is the most precious thing of this world. So find and grab it!
You will be limited to the capabilities of the browser's implementation of "alert()". In most cases, there isn't much you can do. The alert() method doesn't have any settings for icons or buttons, just the message.