📄 pingjia.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/top3.asp"-->
<% if session("user")="" then response.Redirect("login.asp")%>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="210" height="26" background="../images/bg2.gif"> </td>
<td width="568" rowspan="9" bgcolor="#FFFFFF">
<div align="center">
<p><strong><font color="#FF0000"><br>
订单在线查询</font></strong></p>
<p><strong><font color="#000000" size="2">客户姓名:<%=session("user")%></font></strong></p>
<br>
<form name="form1" method="post" action="ping_ok.asp">
<table width="497" border="1" cellspacing="0" cellpadding="3">
<tr>
<td width="146"><div align="center"><font size="2">您的商品是否收到?</font></div></td>
<td width="322"><font size="2">
<input name="shouhuo" type="radio" value="false" checked>
否
<input type="radio" name="shouhuo" value="true">
是</font></td>
</tr>
<tr>
<td><div align="center"><font size="2">我店的服务情况是:</font></div></td>
<td><font size="2">
<input type="radio" name="dengji" value="1">
良好(3分)
<input name="dengji" type="radio" value="2" checked>
一般(2分)
<input type="radio" name="dengji" value="3">
很差(-1分)</font></td>
</tr>
<tr>
<td><div align="center"><font size="2">您的评价:</font></div></td>
<td><font size="2">
<textarea name="pingjia" cols="40" rows="6" id="pingjia"></textarea>
</font></td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</p>
</form>
</div></td>
</tr>
<!--#include file="../include/left.htm"-->
</table>
<!--#include file="../include/foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -