http://www.baidu.com/search/baike_help.html#n6
审核较慢,有时系统审核错误,不通过,这时你就要去投诉了。我曾经多次编辑词条不通过,向管理员一反映,就通过了。
百度百科投诉吧地址:
http://tieba.baidu.com/f?ct=&tn=&rn=&pn=&lm=&sc=&kw=%B0%D9%B6%C8%B0%D9%BF%C6%CD%B6%CB%DF&rs2=0&myselectvalue=1&word=%B0%D9%B6%C8%B0%D9%BF%C6%CD%B6%CB%DF&submit=%B0%D9%B6%C8%D2%BB%CF%C2&tb=on
试试:<!-- #include file="conn.asp" -->
<%
if session("userid")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!')window.location.href='clogin.asp'</script>"
response.redirect "clogin.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="content-type" content="text/htmlcharset=gb2312">
<title>修改密码</title>
<style type="text/css">
<!--
body,td,th {
font-size:14px
}
-->
</style>
</head>
<center>
<body>
<br>
<%
userid=session("userid")
pwd=session("pwd")
set rsc=server.CreateObject("adodb.recordset")
sqlc="select * from login where userid='"&userid&"' and pwd='"&pwd&"'"
rsc.open sqlc,conn,1,1
username=rsc("userid")
password=rsc("pwd")
rsc.close
set rsc=nothing
%>
<form name="form1" method="post" action="changer.asp?ac=ch">
<table width="39%" height="105" border="0">
<tr >
<td width="27%" height="30">用户名:</td>
<td width="73%" height="30"><input name="username" type="text" id="username" value="<%=username%>">
*<input type="hidden" name="userid" value="<%=password%>"></td>
</tr>
<tr>
<td height="30">密 码:</td>
<td height="30"><input name="password" type="text" id="password" value="<%=password%>">
*<input type="hidden" name="pwd" value="<%=password%>"></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="修改"><a href="changer.asp?se=y" target="_self">退出系统</a></td>
<%
if strcomp(request.QueryString("se"),"y")=0 then
session("userid")=""
response.Write"<script language=javascript>opener=nullwindow.close()</script>"
end if
%>
</tr>
</table>
</form>
<%
if strcomp(request.QueryString("ac"),"ch")=0 then
set rs=server.CreateObject("adodb.recordset")
sql="select * from login where userid='"&request("userid")&"' and pwd='"&request("pwd")&"'"
rs.open sql,conn,1,3
if not rs.eof then
rs("userid")=request.Form("username")
rs("pwd")=request.Form("password")
rs.update
rs.close
set rs=nothing
Session.Contents.Remove("userid")
Session.Contents.Remove("pwd")
Session("userid")=request.Form("username") '把用户名写入session
Session("pwd")=request.Form("password") '把密码写入session
response.write "<script language=JavaScript>{window.alert('恭喜!修改成功!')window.history.go(-1)}</script>"
response.end
else
%>
<script language="javascript">
alert("用户名或密码错误!")
</script>
<%end if
end if
%>
</body>
</center>
</html>
这个情况最好是你自己写个文档测试一下。{<html>
<head></head>
<body>
<table>
<tr>
<td class='text_align_l'><a href='javascript:void(0)'
onclick="window.external.learn_paper2('27003_0_1413189_861_ed6924e2-45fc-4dc2-86b8-
072eed9f5920_0')">专业</a></td>
</tr>
</table>
</body>
</html>
}我测试完后事但鼠标移动到专业上时,在网页的状态栏就会显示你的href所要触发的事件。对于【'27003_0_1413189_861_ed6924e2-45fc-4dc2-86b8-
072eed9f5920_0】这是什么意思还真不知道
欢迎分享,转载请注明来源:优选云