?? message_send.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page import="shopbean.ConnDB" %>
<%@ page import="java.sql.*" %>
<%
String c_name =(String) session.getAttribute("c_name");
String c_header=(String) session.getAttribute("c_header");
%>
<style type="text/css">
<!--
.STYLE1 {font-size: 12px}
.STYLE2 {font-size: 14px;}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style>
<script>
<!--
function check_message(form)
{
if(form.c_message.value=="")
{
alert("請填寫意見或者建議");
form.c_message.focus();
return false;
}
}
-->
</script>
<center>
<form action="message_send_ok.jsp" method="post" onsubmit="return check_message(this);">
<table width="782" border="1" bordercolor="#99CCFF" cellpadding="0" cellspacing="0" style="border-collapse:collapse">
<!--DWLayoutTable-->
<tr bgcolor="#99CCFF">
<td height="30" colspan="3" align="center"><span class="STYLE2">發表意見與建議</span></td>
</tr>
<tr>
<td height="20" colspan="3" align="center" ><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="20" colspan="3" align="left" > <span class="STYLE2">聯系方式</span>:<p> <span class="STYLE2">地址</span>:<span class="STYLE2">株洲在線購物 Easy Buy Online 公司</span> <span class="STYLE2">郵編</span>:<span class="STYLE2">412007</span> </p>
<p> <span class="STYLE2">電話</span>:<span class="STYLE2">0733-2548359</span> <span class="STYLE2">E_mail</span>:<span class="STYLE2"><a href="mailto:tangzy111@163.com">tangzy111@163.com</a></span></p></td>
</tr>
<tr>
<td colspan="3" align="left" > </td>
</tr>
<tr>
<td width="135" height="101" align="center">
<%if(c_name!=null && c_name!=""){%><p><img src="<%= c_header %>" width="50" height="50" /></p><p><span class="STYLE5"><%= c_name %></span></p><%}%></td>
<td align="left"><textarea name="c_message" rows="8" cols="80"></textarea></td>
</tr>
<tr bgcolor="#99CCFF">
<td height="17" colspan="2" align="center"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="40" colspan="3" align="center"><input type="submit" class="STYLE1" value="發表意見" />
<input type="reset" class="STYLE1" value=" 返回 " onclick="window.location.href='index.jsp'" /></td>
</tr>
</table>
</form>
</center>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -