CSDN论坛用了框架吗?她是怎么实现显示菜单和隐藏菜单的?

weacone 2003-10-29 10:06:55
论坛用了框架吗?她是怎么实现显示菜单和隐藏菜单的?框架也可以隐藏的吗?用什么代码?最好有个VBS的脚本,谢了
...全文
62 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
qianzhipachong 2003-10-30
  • 打赏
  • 举报
回复
告诉你一招赖皮的方法,将你所想要知道的页面另存为,保存到你的电脑,在用DW或其他软件打开,研究代码。
:))))
fason 2003-10-29
  • 打赏
  • 举报
回复
菜单用的是XML+JS
http://fason.nease.net/zhuanti/tree/XML.zip
孟子E章 2003-10-29
  • 打赏
  • 举报
回复
onclick="parent.document.getElementById('framesetID').cols='0,*'"
fason 2003-10-29
  • 打赏
  • 举报
回复
function hidetoc()
{
strColumns_Current = top.mainframeset.cols

top.mainframeset.cols = "1,*";
top.contentbar.document.all("showtoc").style.display = "block";
}

function showtoc()
{
top.mainframeset.cols = strColumns_Current;
top.contentbar.document.all("showtoc").style.display = "none";
}
wolf004 2003-10-29
  • 打赏
  • 举报
回复
问题这个论坛他是用xml和asp和数据库结合!
见意你去学学xml!

28,404

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧