跳过 iframe 中加载的多个页面之间的导航
我想在我的页面中实现跳过导航链接。所有这些跳过导航链接都位于页面顶部。页面包含加载主要内容的 iframe。
我想要的是,当用户单击页面顶部的“跳到主要内容”链接时,焦点应设置在 iframe 内的特定元素上。
谢谢,
阿米特
I want to implement skip navigation links in my page. All this skip navigation links are at the top of the page. Page contains an iframes which loads main content.
What i want is when user clicks on "Skip to main content" link at the top of the page, the focus should be set on particular element that is inside iframe.
Thanks,
Amit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是你所要求的吗?这就是我从你的问题中了解到的,尽管这个主题似乎暗示了其他东西(?)。
参考:http://xkr.us/articles/dom/iframe -文档/
Is this what you're asking for? That's what I understood from your question though the subject seems to suggest something else (?).
Reference: http://xkr.us/articles/dom/iframe-document/