?? 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 + -