摘要: 一、JS的三种最常见的对话框 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 // JS最常用三种弹出对话框 //弹出对话框并输出一段提示信息 function ale() 阅读全文
posted @ 2020-07-25 23:37 herry507 阅读(151) 评论(0) 推荐(0) 编辑
摘要: WEBFROM里点击按钮提示 1.Response.write("<script>alert('"+value+"')</script>");2.点击页面上的按钮,弹出一个对话框提示是“确定”还是“取消”操作 btnDelRow.Attributes.Add("onclick", "return c 阅读全文
posted @ 2020-07-25 23:31 herry507 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 2、比较灵活一点,可以定义窗口大小,我们要实现网页中脚本打开页面的方法,即window.open那么,我们必然会想,如何调用页面的脚本呢?其实可以利用WebBrowser来实现 //连接 string url = "http://www.baidu.com"; //定义脚本 string scrip 阅读全文
posted @ 2020-07-25 23:21 herry507 阅读(229) 评论(0) 推荐(0) 编辑