加载每个框架中包含特定页面的框架页面
我正在尝试创建一个指向带有框架的页面的链接。该页面有 2 个框架 - 左侧用于菜单,右侧用于内容。
链接到 URL 会显示索引,但我想要网站上的特定子页面。
有没有什么方法可以链接到子页面,同时仍然保留框架的格式?
谢谢
I'm trying to create a link to a page with frames. The page has 2 frames - left side for menu and right side for content.
Linking to the URL brings up the index, but I want a specific sub-page on the site.
Is there any way to link to the sub-page while still keeping the format of the frames?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将链接 HREF 值设置为特定的“子页面”URL,并将 TARGET 属性设置为您希望其显示的特定框架。
Set your link HREF value to the specific "sub-page" URL and set the TARGET property to the specific frame you want it to display within.