cartuser_list.asp
来自「房地产管理系统 vb写的,很不错!!!!!!!!!!!」· ASP 代码 · 共 146 行
ASP
146 行
<!--#include file="../inc/conn.asp"--><%'┌─ 风云ASP在线 ────────────────────────┐'│ │'│ 作者:赵振波. http://www.fyasp.com │'│ │'│ Q Q:176189168 │'│ │'│ Email:fy96@163.com │'│ │'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│'│ │'│ │'└─────────────────── http://www.fyasp.com ──┘%>
<%opendataconn%>
<%
if instr(session("manager"),"manager")=0 then
response.redirect "manage.asp"
response.end
end if
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../ht.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#444444">
<table width="431" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="431"><form name="form1" method="post" action="member_modi_ok.asp">
<%
reguser=trim(request("reguser"))
set rs=server.createobject("adodb.recordset")
sql="select * from company where userid='"®user&"' "
rs.open sql,conn,1,1
if not rs.eof then
%>
<TABLE width=417
height=363 border=0 align=center cellPadding=0 cellSpacing=1 bgcolor="#999999">
<TBODY>
<TR bgcolor="#535353">
<TD width="70" class="p12"><div align="center"><SPAN class=P9-13>用户名:</SPAN></div></TD>
<TD width="344" class="p12"><SPAN class=P9-13><FONT color=#0000ff></FONT>
<input name="reg_username" type="text" id="reg_username3" value="<%=trim(rs("userid"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center"><SPAN class=P9-13>密 码:</SPAN></div></TD>
<TD bgcolor="#535353" class="p12"><SPAN class=P9-13>
<input name="reg_password" type="text" id="reg_password4" value="<%=trim(rs("pwd"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> <FONT
color=#006666> </FONT></SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12">公司名称:</TD>
<TD class="p12"><SPAN class=P9-13>
<input name="reg_password2" type="text" id="reg_password27" value="<%=trim(rs("company"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center">问 题:</div></TD>
<TD class="p12"><SPAN class=P9-13>
<input name="reg_password24" type="text" id="reg_password243" value="<%=trim(rs("question"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center">回 答:</div></TD>
<TD class="p12"><SPAN class=P9-13>
<input name="reg_password25" type="text" id="reg_password253" value="<%=trim(rs("answer"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center">手 机:</div></TD>
<TD class="p12"><SPAN class=P9-13>
<input name="reg_password22" type="text" id="reg_password223" value="<%=trim(rs("mphone"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center">传 真:</div></TD>
<TD class="p12"><SPAN class=P9-13>
<input name="reg_password23" type="text" id="reg_password233" value="<%=trim(rs("fax"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center">联系人:</div></TD>
<TD class="p12"><font color="#006666"><SPAN class=P9-13>
<input name="ren" type="text" id="ren3" value="<%=trim(rs("name"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></font></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center"><SPAN class=P9-13>联系电话:</SPAN></div></TD>
<TD class="p12"><FONT color=#006666><SPAN class=P9-13>
<input name="tel" type="text" id="tel3" value="<%=trim(rs("phone"))%>" size="35" maxlength="40">
<font color="#FF6600">*</font> </SPAN></FONT></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center"><SPAN class=P9-13>电子邮箱:</SPAN></div></TD>
<TD class="p12"><FONT color=#006666><SPAN class=P9-13>
<input name="email" type="text" id="email3" value="<%=trim(rs("email"))%>" size="35" maxlength="40">
</SPAN></FONT></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center"><SPAN class=P9-13>联系地址: </SPAN></div></TD>
<TD class="p12"><FONT color=#006666><SPAN class=P9-13>
<input name="address" type="text" id="address3" value="<%=trim(rs("address"))%>" size="40" maxlength="50">
</SPAN></FONT></TD>
</TR>
<TR bgcolor="#535353">
<TD class="p12"><div align="center"><SPAN class=P9-13>个人主页:</SPAN></div></TD>
<TD class="p12"><FONT color=#006666><SPAN class=P9-13>
<input name="http" type="text" id="http3" value="<%=trim(rs("url"))%>" size="40" maxlength="50">
</SPAN></FONT></TD>
</TR>
<TR bgcolor="#535353">
<TD><div align="center">公司简介:</div></TD>
<TD> <div align="center">
<textarea name="textarea" cols="40" rows="5"><%=trim(rs("info"))%></textarea>
</div></TD>
</TR>
<TR bgcolor="#535353">
<TD> </TD>
<TD><input name="ismember" type="checkbox" id="ismember2" value="1" <%if trim(rs("ismember"))=1 then response.write "checked" end if%>>
批准成为会员
<input name="id" type="hidden" id="id" value="<%=trim(rs("id"))%>"></TD>
</TR>
</TBODY>
</TABLE>
<div align="center">
<%
end if
%>
<br>
</div>
</form>
<div align="center"></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?