都说CSDN是大家的乐园,我发的贴子都快一个月了,怎么还是没有人给我回复呢?请大吓们给我解决一下,此处只有20分,我还有一个帖子是100分,帖
我将我的东东上传了,访问地址:www.chinazcpg.com/tongxunlu
请大家帮我看一下,是要这样子的,就是每个注册成功的用户都可以看到所有已注册的用户的资料,并用可以搜索,但是他只能修改自已的东西,管理员有管理用户的权利,可以对用户进行增删改.我是一位初学者,哪位能够根据我的具体情况给我一个这样的页面找码,
附:<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" height="25"><font color="#999999">姓名:</font><font color="#FF0000"><% =trim(rs("TrueName")) %></font></td>
<td><font color="#999999">性别: </font><font color="#FF3333">
<%
Sex=trim(rs("Sex"))
If Sex=0 Then
%><input type="radio" name="Sex" value="0" checked>
男
<input type="radio" name="Sex" value="1">
女</font><font color="#FF3333">*</font><% Else %><font color="#FF0000">
<input type="radio" name="Sex" value="0">
男
<input name="Sex" type="radio" value="1" checked>
女</font><font color="#FF3333">*</font>
<%End If%>
</td>
<td width="33%"><font color="#999999">昵称:<input name="WebName" type="text" Class="fr2" id="WebName" value="<% =trim(rs("WebName")) %>" size="20">
</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" height="25"><font color="#999999">国家:<input name="TrueNameCountry" type="text" Class="fr2" id="TrueNameCountry" value="<% =trim(rs("TrueNameCountry")) %>" size="20">
</font></td>
<td><font color="#999999">城市:<input name="TrueNameCity" type="text" Class="fr2" id="TrueNameCity" value="<% =trim(rs("TrueNameCity")) %>" size="20">
</font></td>
<td width="33%"><font color="#999999">生日:</font><font color="#999999"><input name="TrueNameYear" type="text" Class="fr2" id="TrueNameYear" value="<% =trim(rs("TrueNameYear")) %>" size="4">年<input name="TrueNameMoon" type="text" Class="fr2" id="TrueNameMoon" value="<% =trim(rs("TrueNameMoon")) %>" size="2">月<input name="TrueNameDay" type="text" Class="fr2" id="TrueNameDay" value="<% =trim(rs("TrueNameDay")) %>" size="2">日</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25"><font color="#999999">住址:<input name="Address" type="text" Class="fr2" id="Address" value="<% =trim(rs("Address")) %>" size="60">
</font></td>
<td width="33%"><font color="#999999">邮编:<input name="PostCode" type="text" Class="fr2" id="PostCode" value="<% =trim(rs("PostCode")) %>" size="20">
</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" height="25"><font color="#999999">电话:<input name="TrueNameTel" type="text" Class="fr2" id="TrueNameTel" value="<% =trim(rs("TrueNameTel")) %>" size="20">
</font></td>
<td><font color="#999999">传真:<input name="TrueNameFax" type="text" Class="fr2" id="TrueNameFax" value="<% =trim(rs("TrueNameFax")) %>" size="20">
</font></td>
<td width="33%"><font color="#999999">手机:<input name="TrueNameMobile" type="text" Class="fr2" id="TrueNameMobile" value="<% =trim(rs("TrueNameMobile")) %>" size="20">
</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" height="25"><font color="#999999">电子邮件:<input name="Email" type="text" Class="fr2" id="Email" value="<% =trim(rs("Email")) %>" size="30">
</font></td>
<td><font color="#999999">个人网址:<input name="HomePage" type="text" Class="fr2" id="HomePage" value="<% =trim(rs("HomePage")) %>" size="30">
</font></td>
</tr>
</table>