editokok.asp

来自「文学网采用飞翔网的内核和界面作了较大程度的修改和美化 主要功能有: 1、界面美化」· ASP 代码 · 共 38 行

ASP
38
字号
 <%
IF not(Session("KEY")="super" or session("KEY")="check" ) THEN
	response.redirect "error.asp?id=065"
	response.end
END IF
%>

<html>
<head>
<title>寂寞百合-----&gt;修改成功</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
a:link       { text-decoration: underline; color: #000000; font-family: 宋体 }
a:visited    { text-decoration: underline; color: #000000; font-family: 宋体 }
a:hover      { text-decoration: underline; color: #cc0000 }
body {font-family: "宋体"; font-size: 9pt;line-height: 12pt;}
table {font-family: "宋体"; font-size: 9pt;line-height: 12pt;}
-->
</style>
</head>


<body bgcolor="#C0C0C0" text="#000000">
<p align="center" style="margin-top: 0; margin-bottom: 0"><b> 成功修改文章</b></p>
<hr color="#397904" width="60%" size="1">
      <p style="text-indent: 0; margin-left: 10; margin-right: 4; margin-top: 0; margin-bottom: 0; line-height:150%" align="center"> 
        如果您要继续进行操作,请返回并刷新页面。 
      <p align="center" style="margin-left: 10; line-height:150%; margin-top:2; margin-bottom:2">
<script LANGUAGE="JavaScript">
function goHist(a) 
{
   history.go(a);   
}
</script><input TYPE="button" VALUE="&lt;--返回" onClick="goHist(-1)" class=button4>
</body>
</html>

⌨️ 快捷键说明

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