gecko_tag.aspx
来自「简介 开发环境asp.net 2.0」· ASPX 代码 · 共 19 行
ASPX
19 行
<%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
<%
string FrameSrc="Gecko_Tag.Frame.Aspx?"+Request.ServerVariables["QUERY_STRING"];
%>
<html>
<head runat=server>
<title>[[Properties]]
</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<script>
var OxOc39f=["availWidth","availHeight","returnValue","changed","onbeforeunload","nocancel","event","[[AreYouSureToDiscardChanges]]"]; window.resizeTo(0x1c5,0x1f0) ; window.focus() ; window.moveTo((screen[OxOc39f[0x0]]-0x258)/0x2,(screen[OxOc39f[0x1]]-0x190)/0x2) ; top[OxOc39f[0x2]]=false ; window[OxOc39f[0x3]]=false ; window[OxOc39f[0x4]]=function (){if(window[OxOc39f[0x5]]){return ;} ;if(window[OxOc39f[0x3]]&&!top[OxOc39f[0x2]]){ window[OxOc39f[0x6]][OxOc39f[0x2]]=OxOc39f[0x7] ;} ;} ;
</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 + -
显示快捷键?