gecko_page.aspx
来自「简介 开发环境asp.net 2.0」· ASPX 代码 · 共 19 行
ASPX
19 行
<%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
<%
string FrameSrc="Gecko_Page.Frame.Aspx?"+Request.ServerVariables["QUERY_STRING"];
%>
<html>
<head runat=server>
<title>[[DocumentPropertyPage]]
</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<script>
var OxOa7a7=["availWidth","availHeight","changed","returnValue","onbeforeunload","event","[[AreYouSureToDiscardChanges]]"]; window.resizeTo(0x1ea,0x203) ; window.moveTo((screen[OxOa7a7[0x0]]-0x258)/0x2,(screen[OxOa7a7[0x1]]-0x190)/0x2) ; window[OxOa7a7[0x2]]=false ; top[OxOa7a7[0x3]]=false ; window[OxOa7a7[0x4]]=function (){if(window[OxOa7a7[0x2]]&&!top[OxOa7a7[0x3]]){ window[OxOa7a7[0x5]][OxOa7a7[0x3]]=OxOa7a7[0x6] ;} ;} ;
</script>
<body style="margin:0px;padding:0px;border-width:0px;overflow:hidden;" scroll="no">
<iframe id=frame frameborder=0 style='width:100%;height:100%;' src='<%=FrameSrc%>'></iframe>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?