tag.aspx
来自「简介 开发环境asp.net 2.0」· ASPX 代码 · 共 19 行
ASPX
19 行
<%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
<%
string FrameSrc="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 OxO8b15=["returnValue","changed","nocancel","onbeforeunload","event","[[AreYouSureToDiscardChanges]]"]; top[OxO8b15[0x0]]=false ; window[OxO8b15[0x1]]=false ; window[OxO8b15[0x2]]=false ; window[OxO8b15[0x3]]=function (){if(window[OxO8b15[0x2]]){return ;} ;if(window[OxO8b15[0x1]]&&!top[OxO8b15[0x0]]){ window[OxO8b15[0x4]][OxO8b15[0x0]]=OxO8b15[0x5] ;} ;} ;
</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 + -
显示快捷键?