success.asp

来自「订单系统 是同学自己做的 希望对大家有用」· ASP 代码 · 共 71 行

ASP
71
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>定单提交成功!</title>
<script language="javascript">
<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
// --></script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!---a:link      { color: #306898; font-family: Arial; text-decoration: underline }
a:visited    { color: #306898; font-family: Arial; text-decoration: underline }
a:active     { color: red; font-family: Arial; text-decoration: none }
a:hover      { color: 306898; text-decoration: none }
body         { color: #6e6e6e; font-size: 9pt; line-height: 12pt; font-family: Arial }
th           { font-size: 9pt; line-height: 12pt }
td           { font-size: 9pt; line-height: 12pt }
a.1:link     { font-family: Arial; text-decoration: none; color: silver }
a.1:visited  { font-family: Arial; text-decoration: none; color: silver }
a.1:hover    { font-family: Arial; text-decoration: none; color: white }
a.2:link     { font-family: Arial; text-decoration: none; color: #6e6e6e }
a.2:visited  { font-family: Arial; text-decoration: none; color: #6e6e6e }
a.2:hover    { font-family: Arial; text-decoration: none; color: silver }
a.3:link     { font-family: Arial; text-decoration: none; color: white }
a.3:visited  { font-family: Arial; text-decoration: none; color: white }
a.3:hover    { font-family: Arial; text-decoration: none; color: #d0ccd0 }
.line        { line-height: 10pt }
.il          { line-height: 12pt }
.form        { font-size: 9pt }
.btn         { font-size: 9pt; height: 21; border-style: ridge; border-width: 1 }
.text        { font-family: Arial; font-size: 9pt; border: 1 solid #707070 }
body         { scrollbar-face-color: #D8D4C8; scrollbar-highlight-color: #D8D4C8; 
               scrollbar-shadow-color: #D8D4C8; scrollbar-3dlight-color: 
               #ffffff; scrollbar-arrow-color: blcak; scrollbar-track-color: 
               #E9EDEF; scrollbar-darkshadow-color: #888484 }
---></style>
</head>

<body marginheight="0" marginwidth="0" rightmargin="0" leftmargin="0" text="#808080">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500" bgcolor="#FFFFFF">
<tr>
</center>
<td height="20" width="498" align="center" bgcolor="#006699"> </td>
</tr>
<tr>
<td align="center" bgcolor="#C0E0FF" valign="middle">
<img border="0" src="Images/Win.GIF"> 
</td> 
</tr> 
<tr>
<td width="498" align="center" bgcolor="#C0E0FF" valign="middle">
<font color="#000000">您的订单信息已经成功提交!请返回.</font> 
<br>
<a href="/Main.asp"><img border="0" src="images/back.gif"></a>
</td> 
</tr>
<tr> 
<td height="20" width="498" valign="top" bgcolor="#006699"> </td> 
</tr> 
</table> 
</div> 
 
</body> 
 
</html> 

⌨️ 快捷键说明

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