您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
------Default.aspx(只有前台)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_4_全屏对话框_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style> body { font-size:75%; color:#666; font-family:'Microsoft Yahei', Tahoma, Arial!important; font-family:'宋体', Tahoma, Arial;} </style> <script src="../artDialog/jquery-1.4.2.min.js" type="text/javascript"></script> <script src="../artDialog/artDialog.js?skin=default"></script> <script src="../artDialog/ZD.artDialog.js" type="text/javascript"></script> <script src="../artDialog/plugins/iframeTools.source.js" type="text/javascript"></script> <script type="text/javascript"> function show100() { art.dialog.open("../Default.aspx", { width: '100%', height: '100%', left: '0%', title: "全屏框", top: '0%', fixed: true, resize: false, drag: false,lock:true }) // art.dialog({ width: '100%', height: '100%', left: '0%', title: "全屏框", // top: '0%', fixed: true, resize: false, drag: false, lock: true // }) } </script> </head> <body> <form id="form1" runat="server"> <input type="button" value="点击" onclick="show100()" /> </form> </body> </html>
源代码下载地址:http://down.51cto.com/data/1968050
技术学习群(发展中,群成员免费提供资源。欢迎大家加入):426634651
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。