[心缘地方]同学录 |
首页 | 功能说明 | 站长通知 | 最近更新 | 编码查看转换 | 代码下载 | 常见问题及讨论 | 《深入解析ASP核心技术》 | 王小鸭自动发工资条VBA版 |
发表人 | 主题:站长大大 是不是同学录不更新了 有个小想法 求助 |
王永雄 身份:user 发帖:2 登陆次数:4 |
1F
发表于 2012/11/8 14:40:45
看到 个人信息下 我的空间 总是还在制作中 便有了个想法 想把这个指向http://user.qzone.qq.com/QQ号 请问这个应该怎么做 我是个小白。 谢谢 |
嘎嘎,是我 身份:admin 发帖:1438 登陆次数:3287 |
2F
发表于 2012/12/3 12:14:11
把member_space.asp内容替换为以下内容即可。 <%@CODEPAGE="936"%> <!--#include File="session.asp" --> <!--#include File="conn.asp" --> <!--#include File="checkAccess.asp" --> <% set rs=server.CreateObject("adodb.recordset") sql="select qq from TBL_USER where userName='"& GetSession("userName") & "'" rs.open sql,conn,0,1 if not noRecord(rs) then qq = rs("qq") end if call closeRs(rs) call closeConn() '判断是否跳转 if qq<>"" then response.redirect "http://user.qzone.qq.com/" & qq else %> <body> 正在制作中……<input type="button" onClick="history.go(-1)" value="返回"> </body> <%end if %> |
王永雄 身份:user 发帖:2 登陆次数:4 |
3F
发表于 2012/12/26 17:42:10
非常感谢 哇哈哈 还有个新的问题 我先在 最下面加上 一个友情连接 应该怎么做 |
嘎嘎,是我 身份:admin 发帖:1438 登陆次数:3287 |
4F
发表于 2012/12/28 5:52:16
修改skin目录下的对应skin下的foot.html就行了。 增加个<a href="http://...">链接名字</a>就行了。 |
CopyRight © 心缘地方 2005-2999. All Rights Reserved |