分类导航点击在同一个iframe中显示相应的内容
如题,一个index页面左边导航左边导航上的内容是通过读取数据库来的,链接是用的主详细页通过ID传参的。index的右边插入了一个iframe,怎样实现点击左边导航里的内...
如题,一个index页面 左边导航 左边导航上的内容是通过读取数据库来的,链接是用的主详细页通过ID传参的。index的右边插入了一个iframe,怎样实现点击左边导航里的内容,使详细内容页面的的链接页面在右边的iframe中显示出来。
左边分类导航是DIV 右边插入了一个iframe 部分代码如下 <li><a href="produit_detail1.asp?<%= Server.HTMLEncode(MM_keepNone) & MM_joinChar(MM_keepNone) & "no_reactor=" & rs1.Fields.Item("no_reactor").Value %>" target="detail"><%=(rs1.Fields.Item("produit_name").Value)%></a></li>
点击左边分类导航在右边的iframe中显示相应的内容,
插入的iframe的代码如下
<iframe name="detail" id="detail" src="produit_detail.asp" width="100%" frameborder="0"scrolling="no" onload="this.height=this.contentWindow.document.documentElement.scrollHeight"></iframe> 展开
左边分类导航是DIV 右边插入了一个iframe 部分代码如下 <li><a href="produit_detail1.asp?<%= Server.HTMLEncode(MM_keepNone) & MM_joinChar(MM_keepNone) & "no_reactor=" & rs1.Fields.Item("no_reactor").Value %>" target="detail"><%=(rs1.Fields.Item("produit_name").Value)%></a></li>
点击左边分类导航在右边的iframe中显示相应的内容,
插入的iframe的代码如下
<iframe name="detail" id="detail" src="produit_detail.asp" width="100%" frameborder="0"scrolling="no" onload="this.height=this.contentWindow.document.documentElement.scrollHeight"></iframe> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询