重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

系统对话框

       浏览器通过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();

新闻标题:系统对话框
路径分享:http://cqcxhl.cn/article/geocph.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP