⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkorder.jsp

📁 本软件系统可以实现预定酒店的多方位查询、预订酒店的功能。可以方便人们入住酒店,增加酒店的收入
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.abc.customer.*"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0023)http://hotel.elong.com/ -->
<%
	request.setCharacterEncoding("GBK");
	String houseName = request.getParameter("houseName");
	String vipPrice = request.getParameter("vipPrice");
	String hotelid = request.getParameter("hotelid");
	String indate = (String)session.getAttribute("indate");
	String outdate = (String)session.getAttribute("outdate");
	
    Integer useri=(Integer)(((Customer)session.getAttribute("customer")).getPrimaryKey());
 
	String userid=""+useri;
%>
<HTML><HEAD><TITLE>酒店预定  CheckOrder.jsp</TITLE>


<STYLE type=text/css>TD {
	FONT-SIZE: 12px
}
SELECT {
	FONT-SIZE: 12px
}
.topsys:link {
	COLOR: #5cc3e6; TEXT-DECORATION: none
}
.topsys:visited {
	COLOR: #5cc3e6; TEXT-DECORATION: none
}
.topsys:hover {
	COLOR: white; TEXT-DECORATION: none
}
.tabs1 {
	BORDER-RIGHT: #5a9fb5 1px solid; BORDER-TOP: #5a9fb5 1px solid; BORDER-LEFT: #5a9fb5 1px solid; BORDER-BOTTOM: #5a9fb5 1px solid
}
.blulink {
	COLOR: blue
}
.ptabcon {
	MARGIN: 5px 5px 5px 35px; LINE-HEIGHT: 180%
}
.orderdh:link {
	FONT-SIZE: 14px; COLOR: #227e95; TEXT-DECORATION: none
}
.orderdh:visited {
	FONT-SIZE: 14px; COLOR: #227e95; TEXT-DECORATION: none
}
.orderdh:hover {
	COLOR: #22afbb
}
.inputmodify {
	BORDER-RIGHT: #5a9fb5 1px solid; BORDER-TOP: #5a9fb5 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #5a9fb5 1px solid; BORDER-BOTTOM: #5a9fb5 1px solid; FONT-FAMILY: Arial
}
</STYLE>



</HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<CENTER>


<TABLE height=36 cellSpacing=0 cellPadding=0 width=760 border=0>
  <TBODY>
  <TR>
    <TD vAlign=bottom width=402 height=42>  <IMG height=18 
      src="<%=request.getContextPath()%>/jsp/hotel/img/order2_sys1.gif" width=116 align=absMiddle 
  vspace=6></TD></TR></TBODY></TABLE>
<TABLE id=Table2 height=92 cellSpacing=0 cellPadding=0 width=735 border=0>
  <TBODY></TBODY></TABLE>
  <!-- form begin -->
  <form name=myform METHOD=POST ACTION="<%=request.getContextPath()%>/OrderServlet/">
<TABLE cellSpacing=0 cellPadding=0 width=760 border=0>
  <INPUT TYPE="hidden" name="booked" value="add">
  <INPUT TYPE="hidden" name="house_type" value=<%=houseName%>>
  <INPUT TYPE="hidden" name="order_price" value=<%=vipPrice%>>
  <INPUT TYPE="hidden" name="hotelid" value=<%=hotelid%>>
  <INPUT TYPE="hidden" name="indate" value=<%=indate%>>
  <INPUT TYPE="hidden" name="outdate" value=<%=outdate%>>
  <INPUT TYPE="hidden" name="userid" value=<%=userid%>>
  <INPUT TYPE="hidden" name="" value=>
  
 
  <TBODY>
  <TR>
    <TD align=middle>
      <TABLE height=30 cellSpacing=0 cellPadding=0 width=755 bgColor=#5a9fb5 
      border=0>
        <TBODY>
        <TR>
          <TD style="COLOR: white" width="753"> <IMG height=13 
            src="<%=request.getContextPath()%>/jsp/hotel/img/order_arrow2.gif" width=13 align=absMiddle> 
            <STRONG>入住信息</STRONG></TD></TR></TBODY></TABLE><!--  ================= 动态显示总金额 修改前代码 ==============================  --><!--   
          <table width="690" border="0" cellspacing="1" cellpadding="0">
             <tr> 
              <td height="30" bgcolor="#DBEBF1">  房间数量:   
                <select name="num_room" id="num_room" onchange="javascript:if ((document.theform.num_room.selectedIndex)==5){alert('如果您需要在酒店预订5间以上的房间,请和e龙酒店预订中心联系:8008101010或01064329999,我们会竭诚为您服务。');(document.theform.num_room.selectedIndex)=0;}">
                  <option selected value="1">1</option>
                  <option value="2">2</option>
                  <option value="3">3</option>
                  <option value="4">4</option>
                  <option value="5">5</option>
                  <option value="6">5间以上</option>
                </select> <font color="#5A9FB5">※</font></td>
            </tr><tr> 
-->
      

      <TABLE cellSpacing=1 cellPadding=0 width=758 border=0>
        <TBODY>
        <TR>
          <TD bgColor=#dbebf1 height=30 width="752">&nbsp;&nbsp;&nbsp; 房间类型:  &nbsp;   
            <%=houseName%>&nbsp;</TD></TR>
        <TR>
          <TD bgColor=#dbebf1 height=30 width="752">&nbsp;&nbsp;&nbsp; 房间数量:       
            <INPUT TYPE="text" NAME="order_count"><FONT  
            color=#5a9fb5>※</FONT></TD></TR>
            <TR>
          <TD bgColor=#dbebf1 height=30 width="752">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
            会员号:   <%=userid%> &nbsp; <FONT color=#5a9fb5></FONT></TD></TR> 
        
        <TR>
          <TD bgColor=#dbebf1 height=30 width="752">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            会员价:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<%=vipPrice%>&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR> 
        <TR>
          <TD bgColor=#dbebf1 height=30 width="752"> &nbsp; 住店日期:  &nbsp;   
            <%=indate%>~<%=outdate%>&nbsp;&nbsp;     
            <FONT 
            color=#5a9fb5>※</FONT></TD></TR>
        </TBODY></TABLE>
      

      <TABLE cellSpacing=0 cellPadding=0 width=719 border=0>
        <TBODY>
        <TR>
          <TD align=middle width=719 height=50><INPUT type=image height=21 
            width=75 src="<%=request.getContextPath()%>/jsp/hotel/img/order2_send.gif" name=document.myform.submit()>  
                   <INPUT     
            onclick="reset();return false;" type=image height=21 width=75 
            src="<%=request.getContextPath()%>/jsp/hotel/img/order2_reset.gif" 
      name=Input></TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE>
<TABLE height=11 cellSpacing=0 cellPadding=0 width=760 border=0>
  <TBODY>
  <TR>
    <TD><IMG height=1 src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
  <TBODY>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
        <TBODY>
        <TR>
          <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor1.gif" 
          width=8></TD>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=734 border=0>
              <TBODY>
              <TR>
                <TD bgColor=#52a6c6 height=2><IMG height=1 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1 onclick=document.></TD></TR>
              <TR>
                <TD bgColor=#ffffde height=6><IMG height=1 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1></TD></TR></TBODY></TABLE></TD>
          <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor2.gif" 
          width=8></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
        <TBODY>
        <TR>
          <TD width=2 bgColor=#52a6c6><IMG height=1 src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" 
            width=1></TD>
          <TD align=middle bgColor=#ffffde height=45>
            <P 
            style="FONT-SIZE: 12px; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">电话(TEL):<STRONG><FONT 
            color=#df451c>800-810-1010或010-64329999</FONT></STRONG><BR>E-mail:<A 
            style="COLOR: blue" 
            href="mailto:cs@corp.elong.com">cs@corp.elong.com</A> 传真(FAX):010-65882160</P></TD>
          <TD width=2 bgColor=#52a6c6><IMG height=1 src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" 
            width=1></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width=750 border=0>
        <TBODY>
        <TR>
          <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor3.gif" 
          width=8></TD>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=734 border=0>
              <TBODY>
              <TR>
                <TD bgColor=#ffffde height=6><IMG height=1 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1></TD></TR>
              <TR>
                <TD bgColor=#52a6c6 height=2><IMG height=1 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1></TD></TR></TBODY></TABLE></TD>
          <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor4.gif" 
          width=8></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE height=14 cellSpacing=0 cellPadding=0 width=760 border=0>
  <TBODY>
  <TR>
    <TD><IMG height=1 src="<%=request.getContextPath()%>/jsp/hotel/img/z.gif" width=1></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript src="<%=request.getContextPath()%>/jsp/hotel/img/travelnewbottom.js"></SCRIPT>
</CENTER>

</BODY></HTML>

⌨️ 快捷键说明

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