📄 order.asp
字号:
<!--#include file="../checkuser.asp" -->
<!--#include file="../../Include/db_conn1.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>订单管理</title>
<script language="javascript">
<!--
function del(id){
if(confirm("你确认要删除这条留言吗?\n\n提示:删除后无法恢复!!!")){window.location="order.asp?id="+id+"&e=del"}
}
function changeIframeHeight(){
if(top != self){window.parent.document.getElementById(self.name).height = document.body.scrollHeight;}
}
//-->
</script>
<link href="../include/styles.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" onload="changeIframeHeight()" style="font-size: 9pt">
<div align="center"><img src="../images/Snaporder.jpg" width="546" height="326"></div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -