在页面左边区域点击菜单,页面右边出现相应的内容。
回复讨论(解决方案)
如果是框架结构,则指定链接的 target 为目标框架名
如果是 css+div 结构,一般使用 jQuery 的 ajax.load 方法
如果是框架结构,则指定链接的 target 为目标框架名
如果是 css+div 结构,一般使用 jQuery 的 ajax.load 方法
只用HTML能搞定吗?jQuery不会啊
只用HTML的话,用iframe
菜单的target 为右侧iframe的名称
只用HTML的话,用iframe
菜单的target 为右侧iframe的名称
是用在div里吗?
<frameset cols="200,*"> <frame name="left" src="列表页程序" frameborder="0" scrolling="auto" /> <frame name="right" src="内容页初始程序" frameborder="0" scrolling="auto" /></frameset>
列表页程序
<a href='内容页程序' target=right>标题</a>
可以使用
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn