📄 cpxj.asp
字号:
<%@ codepage ="936" %><!--#include file="../conn/dbconn1.asp"--><!--#include file="../inc/config.asp"--><LINK href="../css/Style.css" rel=stylesheet type=text/css><%dim sqldim rsdim rstypeif not isEmpty(request("id")) thenid=request("id")elseid=1end ifset rs=server.createobject("adodb.recordset")sql="select * from qyml where id="+cstr(id)+"" set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,1 %> <HTML><HEAD><STYLE type=text/css>.S {FONT: 12px Verdana,sans-serif}</STYLE><TITLE><%=rs("qymc")%></TITLE><META http-equiv=Content-Type content="text/html; charset=GB2312"><META content="Business to Business" name=description><script LANGUAGE="JavaScript">function check(){if (document.Form1.linkman.value==""){alert("请填写联系人")document.Form1.linkman.focus()document.Form1.linkman.select()return}if (document.Form1.address.value==""){alert("请填写联系地址")document.Form1.address.focus()document.Form1.address.select()return}if (document.Form1.postcode.value==""){alert("请填写邮政编码")document.Form1.postcode.focus()document.Form1.postcode.select()return} if (document.Form1.postcode.value==""){alert("请填写邮政编码")document.Form1.postcode.focus()document.Form1.postcode.select()return} if (document.Form1.phone.value==""){alert("请填写联系电话")document.Form1.phone.focus()document.Form1.phone.select()return} if (document.Form1.email.value==""){alert("请填写电子邮件")document.Form1.email.focus()document.Form1.email.select()return} if (document.Form1.content.value==""){alert("反馈信息不能为空")document.Form1.content.focus()document.Form1.content.select() return}document.Form1.submit()}</SCRIPT><META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD><BODY vLink=#660000 aLink=#ff6600 link=#003399 bgColor=#ffffff><CENTER><TABLE cellSpacing=0 cellPadding=0 width="99%" border=0><TBODY><TR><TD align=middle bgcolor="#FFFFFF"><TABLE cellSpacing=0 cellPadding=0 width="99%" border=0 height="19"><TBODY><tr><TD class=M height="19"><B> <IMG src="../images/i.gif" align=middle> 在线咨询</B></TD></tr></TD></TR></TBODY></TABLE><IMG src="../images/line_gr1.gif"><FORM name=Form1 action=../manage/khfk/booksave_info1.asp method=POST><INPUT type=hidden value="网上有名反馈 -- 手挽袋 (No.5090136)" name=subject> <INPUT type=hidden value=5050087 name=recipient_company> <INPUT type=hidden value=cngxxiangbao name=member_id> <INPUT type=hidden value=10280 name=recipient_category> <INPUT type=hidden value=sample name=type> <INPUT type=hidden value=china name=supply_type> <INPUT type=hidden value=222 name=sendmail> <TABLE cellSpacing=1 cellPadding=0 width="95%" border=0><TBODY><TR><TD align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 必填项</SPAN></TD></TR></TBODY></TABLE><TABLE cellSpacing=0 cellPadding=2 width="95%" border=0 style="border-collapse: collapse" bordercolor="#111111"><TBODY><TR><TD align=right width="20%"><SPAN class=S><FONT color=#ff6600>*</FONT> 联系人:</SPAN></TD><TD><input type="text" size="40" name="linkman" value=<%=session("name")%>></TD></TR><TR><TD align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 联系地址:</SPAN></TD><TD><input type="text" size="40" name="address" value=<%=session("address")%>></TD></TR><TR><TD align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 邮编:</SPAN></TD><TD><input type="text" size="40" name="postcode" value=<%=session("post")%>></TD></TR><TR><TD align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 电话:</SPAN></TD><TD><input type="text" size="40" name="phone" value=<%=session("phone")%>></TD></TR><TR><TD align=right><SPAN class=S>传真:</SPAN></TD><TD><input type="text" size="40" name="fax" value=<%=session("fax")%>></TD></TR><TR><TD align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 电子邮件:</SPAN></TD><TD><input type="text" size="40" name="email" value=<%=session("email")%>></TD></TR><TR><TD vAlign=top align=right><SPAN class=S><FONT color=#ff6600>*</FONT> 内容:</SPAN></TD><TD><SPAN class=S><FONT color=#cc3300>请您尽量具体地写明您的信息内容,谢谢!</FONT><BR></SPAN><TEXTAREA cols=40 name=content rows=9 style="border-style: solid; border-width: 1"></TEXTAREA></TD></TR><input type="hidden" name="bookid" value="<%=rs("id")%>"><TR><TD> </TD><TD> <input type="button" value="确 定" onclick="check()"> <font color="#000000" class=f12><input type="button" VALUE="返 回" onClick="javascript:window.close()"></font></TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -