?? index.asp
字號:
<script language=jscript runat=server>
fso = Server.CreateObject("Scripting.FileSystemObject");
parentPath=fso.GetParentFolderName(Request.ServerVariables("URL"));
title=fso.GetFileName(parentPath);
</script>
<!--#include virtual="/jang/include/editfile.inc"-->
<html>
<head>
<title><%=title%></title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5">
<meta HTTP-EQUIV="Expires" CONTENT="0">
<style>
td {font-family: "夾發砰", "helvetica,arial", "Tahoma"}
A:link {text-decoration: none}
A:hover {text-decoration: underline}
</style>
</head>
<body background="/jang/graphics/background/yellow.gif">
<font face="夾發砰">
<h2 align=center><%=title%></h2>
<hr>
<!--#include virtual="/jang/include/dir.inc"-->
<hr>
<script language="JavaScript">
document.write("Last updated on " + document.lastModified + ".")
</script>
<a href="/jang/sandbox/asp/lib/editfile.asp?FileName=<%=Request.ServerVariables("PATH_INFO")%>"><img align=right border=0 src="/jang/graphics/invisible.gif"></a>
</font>
</body>
</html>
<html></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -