低手别进,伤自尊

来源:百度知道 编辑:UC知道 时间:2024/06/30 02:02:42
,怎么样才能在一个网业里面建立连接,点击网站内左边的目录,右边就显示相应的内容,怎么连接哈,我想作个网业,可是不知道怎么连,谢谢,大虾门帮帮忙啊

小子上课不听课。
很多方法。框架,,显示隐藏层,jaxa,JS,ASP,都可以实现,如果你说问怎么实现就难说了,

说个简单的吧,框架的。
框架页.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<frameset cols="80,*" frameborder="no" border="0" framespacing="0">
<frame src="左边文件.htm" name="left" scrolling="No" noresize="noresize" id="leftFrame" />
<frame src="右边文件.htm" name="main" id="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

左边文件.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>