隐藏/删除页眉、页脚和iframe 中的 asp.net 文档的侧面导航

发布于 2024-11-09 11:38:40 字数 355 浏览 0 评论 0原文

我是这方面的新手,一直在尝试弄清楚如何从用作 iframe 源的文档中删除页眉、页脚和侧面导航。我有一个显示在 iframe 中的文档页面,但它显示了导航侧边栏以及页眉和页脚等所有内容。不幸的是,这个文档页面本身需要顶部和侧面的导航内容,但是当显示在 iframe 中时,它会让用户感到困惑,因为不需要的内容与父页面重复。那么....如何删除侧面导航、页眉和页脚?

我正在使用 ASP.NET。该文档是在使用属性的代码中设置的(即iframe.Attributes.Add("src", "index.aspx"))。因此,我需要在将其加载到 iframe 之前删除不需要的内容,并且似乎找不到任何实现此目的的方法,也无法在互联网上找到任何参考。请帮忙!

I am a newbie at this web stuff and am stuck trying to figure out how to strip the headers, footers and side navigation from a document that is being used as the source for the iframe. I have a document page that is displayed in an iframe, but it is displaying everything like the navigation sidebars and the header and footer. Unfortunately, this document page by itself needs the navigation stuff on the top and side, but when displayed in the iframe, it will confuse the user as the unwanted stuff is duplicated with the parent page. So.... How do I remove the side navigation, header and footer?

I am using asp.net. The document is being set in the code behind using attributes (i.e. iframe.Attributes.Add("src", "index.aspx")). So I need to strip out the unwanted stuff before loading it into the iframe and cannot seem to find any methods of achieving this, nor can I find any references on the internet. Please help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不是你的备胎 2024-11-16 11:38:41

您必须按照 http://www 实现 iframe(在给定文章中打印)样式表.killersites.com/articles/newsletterArchive/Newsletter_Nov3_2003.htm

然后,当您从 ASP.net 调用时,您可以使用新的 CSS 打开页面。

希望这有帮助。

You have to implement a iframe (print in the article given) stylesheet as per http://www.killersites.com/articles/newsletterArchive/Newsletter_Nov3_2003.htm.

Then when you are calling from ASP.net, you can open the page with the new CSS.

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文