Customizing Javascript Message boxes
Hi, is there a way to customize the Javascript "Alert" or "Confirm" message boxes. Currently the title and the buttons (OK for Alert and OK/Cancel for Confirm) are fixed.
I have a peculiar requirement of displaying the javascript message box to display the information depending on the errors that would creep up.
currently the Alert or Confirm, only takes the message as the parameter. Is there a way to change the title of the message box and the icons (Information, Warning) programatically??
Tx for replies.
Praveen
|