不可以,用showModalDialog()方法模拟一个

解决方案 »

  1.   

    <SCRIPT>
    function alertMsg() { 
    var sFeatures="dialogHeight:120px; dialogWidth:200px; center:yes; help:no; resizable:no; scroll:no; status:no;";
    window.showModalDialog("message.htm", "",sFeatures)
    }
    </SCRIPT>
    <A HREF="javascript:alertMsg()">Click here</A>
    message.htm
    -----------------------------------
    <title>Microsoft Internet Explorer                 </title>
    <body bgcolor="buttonface">
    <center><p style="color:red">提示信息</p>