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

📄 message_send.jsp

📁 在线购物,只不过写的有点乱
💻 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-->&nbsp;</td>
      </tr>
      <tr>
        <td height="20" colspan="3" align="left" >&nbsp;<span class="STYLE2">联系方式</span>:<p>&nbsp;<span class="STYLE2">地址</span>:<span class="STYLE2">株洲在线购物 Easy Buy Online 公司</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="STYLE2">邮编</span>:<span class="STYLE2">412007</span>&nbsp;</p>
          <p>&nbsp;<span class="STYLE2">电话</span>:<span class="STYLE2">0733-2548359</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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" >&nbsp;</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-->&nbsp;</td>
      </tr>
      
      <tr>
        <td height="40" colspan="3" align="center"><input type="submit" class="STYLE1" value="发表意见" />
&nbsp;          <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 + -