📄 checkinaction.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="java.util.*,com.sunny.s3fornetoffice.*,com.sunny.currency.*,java.util.*" %>
<% Session m_session = new Session(session); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>- xitic - 预约登记</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}
-->
</style></head>
<body scroll=no>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#205DAC"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="216"><img src="../images/openwindows_03.gif" width="216" height="37"></td>
<td> </td>
<td width="102" align="center"><img src="../images/openwindows_06.gif" width="78" height="18" style="cursor:hand " onClick="window.close()"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" height="243" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16" rowspan="2"><img src="../images/openwindows_09.gif" width="16" height="243"></td>
<%
request.setCharacterEncoding("iso-8859-1");
Request m_request = new Request(request);
int intRecord=-1;
CheckBespeakManager com=new CheckBespeakManager();
if((m_request.GetString("test")).equals("1")){
intRecord= com.InsertRecord(m_request);
if(intRecord>0)
{
%>
<td height="234" align="center" background="../images/openwindows_15.gif" class="title">您已预约成功,我们将尽快您与您联系。<br>
<br>
客户服务部</td>
<%
}
else if(intRecord ==-1)
{
%>
<td height="234" align="center" background="../images/openwindows_15.gif" class="title"><br>
<br>
</td>
<%
}
else
{
%>
<td height="234" align="center" background="../images/openwindows_15.gif" class="title">未知错误,预约失败,请与管理员联系!
</td>
<%
}
}
//history.back();
%>
<td width="21" rowspan="2"><img src="../images/openwindows_12.gif" width="21" height="243"></td>
</tr>
<tr>
<td height="9" background="../images/openwindows_18.gif"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -