javascript - change message box title

后端 未结 2 1853
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 20:50

how can i change the title of message box in java script plese given me a code for that

相关标签:
2条回答
  • 2021-01-22 21:20

    You can not change for standard alert() of javascript.

    go through this link- http://labs.abeautifulsite.net/projects/js/jquery/alerts/demo/

    0 讨论(0)
  • 2021-01-22 21:26

    If you are using the native alert(), you can't. It is browser implemented.

    If using a custom modal, simply change the HTML as you would any other element.

    0 讨论(0)
提交回复
热议问题