相关疑难解决方法(0)

在JavaScript中更改confirm()的默认标题?

是否可以修改在JavaScript中打开confirm()函数的消息框的标题?

我可以创建一个模态弹出框,但我想尽可能简化.我想做这样的事情:

confirm("This is the content of the message box", "Modified title");
Run Code Online (Sandbox Code Playgroud)

Internet Explorer中的默认标题是"Windows Internet Explorer",Firefox中的默认标题是"[JavaScript-program]".信息量不大.虽然我可以从浏览器安全角度了解您不应该这样做.

javascript

76
推荐指数
3
解决办法
15万
查看次数

标签 统计

javascript ×1