You could fake it by bringing up a popup window (or even a layer) with
whatever you want in there... But it may be more trouble that its worth.
Just a thought.
-----Original Message-----
From: Joe Fawcett [mailto:joefawcett@h...]
Sent: Wednesday, February 27, 2002 4:53 AM
To: javascript
Subject: [javascript] Re: customizing the alert message box!
JavaScript has no built in message boxes, alert, confirm and prompt are
methods of the window object. The alert box settings are 'hard-coded' into
the browser and the icon and title cannot be changed, neither can the
buttons on the confirm box, you're stuck with 'OK' and 'Cancel'.
Joe
>From: "Krishnaraj Rajamanickam" <krishnaraj_r@t...>
>Reply-To: "javascript" <javascript@p...>
>To: "javascript" <javascript@p...>
>Subject: [javascript] customizing the alert message box!
>Date: Wed, 27 Feb 2002 10:07:36 +0530
>
>
>
>-----Original Message-----
>From: Krishnaraj Rajamanickam [mailto:Krishnaraj_r@t...]
>Sent: Wednesday, February 27, 2002 9:52 AM
>To: vbscript
>Cc: javascript@p...
>Subject: [vbscript] RE: customizing the alert message box!
>
>
>
>Hey Fabry,
>
>In vbscript you can do it by making use of vbconstants such as
>vbexclamation, vbquestion and so on.
>
>I m not sure about doing in Javascript. As far as I know there is three
>types of alerts are avaialble in Javascript.
>1. alert - to dispaly message
>2. Confirm - to get confirmation(yes or no)
>3. Prompt - to get input from user.
>
>If anyone knows this how to do, pl reply to Fabry.
>
>wellwisher,
>Krishnaraj R.
>-----Original Message-----
>From: Fabrizio [mailto:fabligo@l...]
>Sent: Tuesday, February 26, 2002 11:02 AM
>To: vbscript
>Subject: [vbscript] customizing the alert message box!
>
>
>Hi every one I'm very new to javascript, now the question:
>Is it possible to customize the alert message box in order to remove the
>default IExplorer icon and replace it with another one?
>Thank you in advance
>Fabry
>---