系统对话框-成都快上网建站

系统对话框

       浏览器通过alert(),confirm(),prompt()可以调用系统对话框向用户显示信息。
confirm
if(confirm("are you sure?")) {
               alert("I'm so glad you're sure");
           }
else{
               alert("I'm sorry to hear you're not sure");
           }
prompt()
varreuslt = prompt("what's your name","");
if(reuslt !=null) {
               alert("welcome"+reuslt);
           }
  //显示“打印”对话框
window.print();
  //显示“查找”对话框
window.find();

文章名称:系统对话框
网站URL:http://kswjz.com/article/geocph.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流