简体   繁体   English

如何在没有 web 元素的 angular 页面内显示外部网站

[英]How to Show External website inside angular page without web elements

I have a global navigation.我有一个全球导航。 On each nav link click its corresponding app will open and that app can be on any technology.在每个导航链接上单击其相应的应用程序将打开,该应用程序可以使用任何技术。 So basically our nav should have that feature to integrate any app on it container.所以基本上我们的导航应该具有将任何应用程序集成到它的容器上的功能。 Global nav is in angular.全球导航位于 angular 中。 I know we can do this with angular web elements if that app is in angular but what if thats not in angular or have older versions of angular which don't support web elements. I know we can do this with angular web elements if that app is in angular but what if thats not in angular or have older versions of angular which don't support web elements.

You can try iFrame for it.你可以试试 iFrame 。

<iframe id="theFrame" src="http://www.github.com" style="width:100%;" frameborder="3">
</iframe>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery-如果选中&gt; 2复选框,如何显示外部网页? - jQuery - how to show external web page if > 2 checkbox selected? 将外部网页加载到我的网站部分 - Load external web page to my website section 如何从其他网页获取图像并显示在我的网站中 - how to get images from other web page and show in my website 如何在不重新加载页面的情况下从 FF web 扩展 content_script 更改第三方网站上的 angular 应用程序路由/URL - How to change angular app route/URL on a 3rd party website from a FF web extension content_script without reloading page 如何在不使用控制器的情况下在我的角度视图页面中显示查询字符串? - How to show querystring in my angular view page without using controller? 在我的aspx页面中显示外部网站,并包含自己的JavaScript - Show external website in my aspx page and include own javascript 如何将外部网站链接到内部JavaScript页面 - How to link external website to internal javascript page 打印网页而不显示打印对话框和此网页 - print web page without show the print dialog and this web page 如何在我的页面中加载外部 web 页面并隐藏一些内容(避免跨站点问题) - How to Load an external web page inside my one and hide some content (avoiding cross site problems) 如何在不使用Angular JS视图的情况下使用Angular JS访问HTML页面中的不同表单元素 - how to access different form elements in an HTML page using Angular JS without using Views of Angular JS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM