?? myorder.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%Option Explicit%>
<!--#include file="db_conn.asp"-->
<!--#include file="my_libs/my_request.asp"-->
<!--#include file="my_libs/my_lib.asp"-->
<!--#include file="my_libs/comm.asp"-->
<%
call head("我的預訂_"&arrlist_s(0))
call top()
%>
<script>
function check(){
if(form1.username.value==''){
alert("請填寫您預訂時所填寫的姓名!");
return false;
}
if(form1.phone.value==''){
alert("請填寫您預訂時所填寫的電話!");
return false;
}
}
</script>
<div align="center">
<table border="0" width="760" cellpadding="4" class=istable>
<tr class=smallblack>
<td height="28">當前位置: <a href="../">網站首頁</a> >>
<a href="index.asp">線路預定</a> >> 我的預定</td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="760" cellpadding="4" class=istable>
<tr class=smallblack>
<td><font color="#ff0000">注意:</font><font color="#808080">為了確認您的身份、保密其它客戶的預訂資料,您必須填寫上面兩項。若其中任意一項與您預訂時所填寫的不符時就無法登錄成功。</font></td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="760" cellpadding="4" class=istable bordercolor="#808080">
<tr>
<td class="toptd" height="28"> <img border="0" src="images/ArrorWhite.gif" width="11" height="9">
我 的 預 定 :</td>
</tr>
</table>
</div>
<div align="center">
<table border="1" width="760" cellpadding="4" class=istable bordercolor="#D7D7D7">
<form action=userorderlist.asp method=post name=form1 onsubmit="return check();">
<tr>
<td>
<table border="0" width="100%" cellpadding="6" class=smallblack>
<tr>
<td width="278" align="right">姓名:</td>
<td><input size="30" name="username" maxlength="50"></td>
</tr>
<tr>
<td width="278" align="right">電話:</td>
<td><input size="30" name="phone" maxlength="50">
<input type=hidden name="action" value="login"></td>
</tr>
<tr>
<td width="278"> </td>
<td><input type="submit" value="查 詢" name="B2">
<input type="reset" value="重 填" name="B1"></td>
</tr>
</table>
</td>
</tr></form>
</table>
</div>
<table border="0" width="100%" cellpadding="0" class=istable height="8">
<tr>
<td></td>
</tr>
</table>
<div align="center">
</div>
<%call htmlend()%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -