javascript alert box configurable features

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robertej
    New Member
    • Jun 2007
    • 1

    javascript alert box configurable features

    Hi,

    Can I alter the default window title of an alert box to display what I want.

    It looks like the alert box won't allow anything other than a message/string being passed to it.

    thanks,
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    hi ...

    you are right ... the built in alert-box is as it is ;) ... if you want to have a custom one you may create your own css-styled-box (overlaying div or whatever) for your own, that you may customize the way you want ...

    kind regards ...

    Comment

    Working...