?? index.asp
字號(hào):
<!-- #include file="config.asp" -->
<%
myself=request.serverVariables("Path_Info")
IF request("Request_Method")<>"POST" then
%>
<form action="<%=myself%>" method="POST" name="tranfrm">
<input type="hidden" name="Sheight">
<input type="hidden" name="Swidth">
</form>
<script language="javascript">
var a= screen.width;
var b= screen.height;
document.tranfrm.Swidth.value = a;
document.tranfrm.Sheight.value = b;
document.tranfrm.submit();
</script>
<%
else
Session.Timeout = 120
session("sw")=request("Swidth")
session("sh")=request("Sheight")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<title><%=photoname%></title>
</head>
<meta http-equiv="refresh" content="0.1;url=NewPhoto.asp">
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -