本文制作一个用户自定义的AlertBox,效果如图:js文件中插入如下代码: 代码如下:// Jscr ipt 文件 // constants to define the title of the alert and button text. var ALERT_TITLE = “Oops!”; var ALERT_BUTTON_TEXT = “Close”; // over-ride the alert method only if this a newer browser. // Older