?? delsignature.htm
字號:
<!--#include file="../inc/Secure.htm"-->
<!--#include file="../inc/inc_AspUpload.htm"-->
<!--#include file="../inc/conn.htm"-->
<%
LoginID=trim(session("LoginID"))
if LoginID="" then response.end
oConn.execute "update tblUser set Signature='' where ID="& LoginID
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../css/main.css">
<script language="javascript">
self.opener.location.href='Updateme.htm';
</script>
</head>
<body BGCOLOR="FFFFFF" onload="window.close();">
</body>
</html>
<!--#include file="../inc/conn_close.htm"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -