将一个网页分成两页
我知道如何使用
划分网页 ,但我希望每个划分的部分都有自己的后退和前进以及地址栏。是否可以?我怎样才能做到这一点?I know how to divide a web page using <div>
s
, but I want each divided section to have its own back and forward and address bar. Is it possible? How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法使用一个物理网页并拥有两组浏览器的默认控件来做到这一点,不。
您可以创建两个 HTML 页面,每个页面代表原始页面的一半,然后将它们显示在两个浏览器窗口中,大小相同且位置相邻。
否则使用 - 呃 - iframe!
编辑:如果您确实想要浏览器中的浏览器,请打开 Firefox 并访问
chrome://browser/content/browser.xul
You can't do it using one physical web page and have 2 sets of the browser's default controls, no.
You could create two HTML pages, each representing half the original page and then display them in two browser windows, sized identically and positioned adjacent to each other.
Otherwise use - ugh - iframes!
EDIT: If you really want a browser in a browser, then open Firefox and visit
chrome://browser/content/browser.xul