📄 user_tousu.asp
字号:
<!--#include file="top.asp"-->
<html>
<%
if session("user_name")="" then
response.write "<script language=javascript>alert('请先登陆后操作,谢谢合作!');history.go(-1);</script>"
response.End
end if
%>
<script language="JavaScript">
function validform(){
if (document.form.title.value == ""){
document.form.title.focus();
alert ("请输入订单号或标题,谢谢合作!");
return false;
}
if (document.form.content.value == ""){
document.form.content.focus();
alert ("请输入留言或者投诉详细内容,谢谢合作!");
return false;
}
}
</script>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<td width="15" height="3"> </td>
<!--#include file="leftuser.asp"--></td>
<td width="15" height="30"> </td>
<td width="606" valign="top" >
<table border="0" width="606" cellspacing="0" cellpadding="0" height="379">
<tr>
<td height="100%" width="600" valign="top" >
<div align="center">
<table border="0" width="95%" cellpadding="0" id="table1" height="368" bordercolorlight="#C0C0C0" bordercolordark="#FFFFFF" cellspacing="0">
<tr>
<td valign="middle" height="36">
<form method="POST" action="user_tssave.asp" name="form" onsubmit="return validform()" >
<div align="center">
<p><br>
<b>
<font color="#339933" style="font-size: 10.5pt"><a href="user_hf.asp">
<font color="#FF0000">查看回复</font></a></font></b></p>
<table border="1" width="93%" bordercolorlight="#339933" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" id="table4" height="306">
<tr>
<td colspan="2" height="30" style="padding: 5px" bgcolor="#339933">
<p align="center"><b>
<font color="#FFFFFF" style="font-size: 10.5pt">请如实填写您的留言信息</font></b></td>
</tr>
<tr>
<td width="24%" align="right" style="padding: 5px">标题:</td>
<td style="padding: 5px" width="71%"><font color="#FF0000">
<input type="text" name="title" size="20">
*</font></td>
</tr>
<tr>
<td width="24%" align="right" style="padding: 5px">
留言/投诉详细内容:</td>
<td style="padding: 5px" width="71%"><textarea rows="10" name="content" cols="45"></textarea> <font color="#FF0000">
*</font></td>
</tr>
<tr>
<td colspan="2">
<p align="center">
<input type="submit" value="提交" name="B1">
<input type="reset" value="重置" name="B2"></td>
</tr>
</table>
</div>
</form>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
<td width="1" background="images/line.jpg"></td>
</tr>
</table>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -