emailreframe.asp

来自「办公自动化系统」· ASP 代码 · 共 16 行

ASP
16
字号
<%@ LANGUAGE = VBScript.Encode %><html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="19,*" frameborder="NO" border="0" framespacing="0" cols="*"> 
  <frame name="emailretopFrame" scrolling="NO" noresize src="top.htm" >
  <frame name="emailremainFrame" scrolling="NO" noresize src="emailremain.asp">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">

</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?