?? tryit.asp
字號:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>XPath研究</title>
</head>
<%
dim strFileName
strFileName=request.querystring("filename")
%>
<frameset rows="99,*">
<frame name="banner" scrolling="no" noresize target="contents" src="tryit_top.asp">
<frameset cols="401,*">
<frame name="contents" target="view" src="tryit_edit.ASP?filename=<%=strFileName%>">
<frame name="view" src="tryit_view.asp">
</frameset>
<noframes>
<body>
<p>此網頁使用了框架,但您的瀏覽器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -