How to edit a JavaScript alert box title?

前端 未结 11 2368
执笔经年
执笔经年 2020-11-22 10:15

I\'m generating a JavaScript alert with following code in C# .NET page:

Response.Write(\"

        
11条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 10:28

    No, it is not possible. You can use a custom javascript alert box.

    Found a nice one using jQuery

    jQuery Alert Dialogs (Alert, Confirm, & Prompt Replacements)

提交回复
热议问题