窗口中的 Html5 网页

发布于 2024-12-25 00:47:08 字数 148 浏览 2 评论 0 原文

我正在尝试在网页内的窗口中获取网页,所以基本上我想要的是类似于标准操作系统的东西, 你有一个 exe 文件,它可以在窗口中打开,我想要这个,但是在 HTML5 中

我会使用 Ajax 吗?

在这个阶段任何事情都会有帮助!

谢谢杰罗普

I'm trying to get a web page in a window within a web page, so basily what I want is something like a standed os,
you have a exe it opens with in a window, well I want that but in HTML5

Would I use Ajax?

Anything would be helpful at this stage!

Thanks jrop

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

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

发布评论

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

评论(2

ˇ宁静的妩媚 2025-01-01 00:47:08

对于您的问题,您不需要 HTML5。您可以使用 jQuery 来解决它。

jQuert窗口插件(您可以根据需要选择其中之一):

For your problem you don't need HTML5. You can solve it by using jQuery.

jQuert window plugin (You can choose one of them depending on your need):

兮子 2025-01-01 00:47:08

If you want an actual window then you would use open. If you want a pseudo-window inside a page, then you would use <iframe>. If you don't want an actual page, but just a chunk of HTML then you would use DOM manipulation to create the elements in the page (and possibly Ajax techniques to get the data over HTTP if you don't have it in the page already).

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