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

📄 leaveword.asp

📁 一个诚信信息港门户网 功能: 系统设置  企业会员  个人会员  商贸机会  产品管理  企业新闻  行业新闻  招聘信息  展会管理  模版管理
💻 ASP
字号:
<%
sortid=request.querystring("sortid")
tableid=request.querystring("tableid")
ypid=request.querystring("ypid")
if sortid="" then sortid=0
if tableid="" then tableid=0
if ypid="" then ypid=0
if session("cotelq")<>"" then
cotelq=session("cotelq")&"-"
end if
bookview="<table width=""100%"" border=0 cellspacing=0 cellpadding=5>"&_
"<form name=addform method=post target=_blank action="&application("cityurl")&"Include/leaveword_save.asp>"&_
"<input name=sortid type=hidden value="&sortid&">"&_
"<input name=tableid type=hidden value="&tableid&">"&_
"<input name=ypid type=hidden value="&ypid&">"&_
"<tr><td width=""30%"" align=right><strong>用 户 名</strong>&nbsp;</td><td width=""70%""><input name=""book_user"" type=text size=20 maxlength=16 class=input2 value="&session("useradmin")&session("individualuser")&"></td></tr>"&_
"<tr><td align=right><strong>联系方式</strong>&nbsp;</td><td><input name=""book_contact"" type=text size=30 maxlength=40 class=input2 value="&cotelq&session("cotel")&"></td></tr>"&_
"<tr><td align=right><strong>反馈内容</strong>&nbsp;</td><td><textarea class=textarea1 name=""book_content"" cols=40 rows=5></textarea></td></tr>"&_
"<tr><td align=right></td><td><p style=""line-height:150%""><strong>发帖须知:</strong><br>一、所发文章必须遵守《互联网电子公告服务管理规定》;<br>二、严禁发布供求代理信息、公司介绍、产品信息等广告宣传信息;<br>三、严禁恶意重复发帖;<br>四、严禁对个人、实体、民族、国家等进行漫骂、污蔑、诽谤。</td></tr>"&_
"<tr><td align=right></td><td><input type=image src="&application("cityurl")&"img/b_1.gif width=72 height=20 style=border:0px>  <img src="&application("cityurl")&"img/b_2.gif width=72 height=20 onClick=""this.document.addform.reset();"" style=""cursor:hand""></td></tr>"&_
"</form>"&_
"</table>"
%>
document.write('<%=bookview%>');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -