是否有跨浏览器的 JavaScript 框架支持 IE 5 等旧浏览器?

发布于 2024-08-19 04:11:38 字数 120 浏览 9 评论 0原文

我正在寻找我的应用程序(它是一种 CRM),以包含一个基于 Web 的 GUI,支持 IE 5 等旧浏览器。

是否有任何好的客户端跨浏览器框架支持旧浏览器?我不需要一些花哨的效果和动画。

谢谢。

I’m looking for my application (it’s a sort of CRM) to include a web-based GUI that supports old browsers like IE 5.

Is there any good client-side cross-browser framework that supports old browsers? I don’t need something fancy with effects and animations.

Thanks.

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

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

发布评论

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

评论(3

許願樹丅啲祈禱 2024-08-26 04:11:38

对于您的特定需求,请查看 David Mark 的“我的库”。它没有 jQuery 或 Extjs 那样受欢迎,但就绝对的跨平台可移植性而言,没有什么能比得上它。它是根据从 comp.lang.javascript 收集的最佳实践开发的。

他声称:

...经过一周的测试,我很高兴
宣布Cinsoft支持以下浏览器中的“我的图书馆”:

全部。

但说实话,我们已经在以下方面进行了成功测试:-

  • IE 5-8
  • FF 1-3.5
  • Safari 2-4
  • 歌剧5-10
  • 网景 3-9

For your specific needs check out David Mark's "My Library". It doesn't have the popularity of jQuery or Extjs but for absolute cross-platform portability, nothing beats it. It was developed from best practices gathered from comp.lang.javascript.

He claims:

...after spending a week testing, I am pleased to
announce that Cinsoft supports My Library in the following browsers:

All of them.

But seriously, we've tested successfully in:-

  • IE 5-8
  • FF 1-3.5
  • Safari 2-4
  • Opera 5-10
  • Netscape 3-9
优雅的叶子 2024-08-26 04:11:38

我不认为这是任何人有兴趣解决的问题(即针对 IE 5 等旧浏览器的基于 Web 的 GUI 框架)。

这在较旧的浏览器上要困难得多,因为它们缺乏功能,有更多错误,并且运行 JavaScript 的速度较慢。而且没有什么意义了,因为这些浏览器正在消失。

如果我是您,我会构建一个非常好的 CRM 应用程序,仍在使用 IE 5 的公司将安装 Firefox 只是为了使用它。

I don’t think that’s a problem anyone’s interested in solving (i.e. web-based gui frameworks for older browsers like IE 5).

It’s much harder on older browsers because they lack features, have more bugs, and run JavaScript slower. And there’s less point, because those browsers are disappearing.

If I were you, I’d build a CRM application that’s so good, companies still on IE 5 will install Firefox just to use it.

So要识趣 2024-08-26 04:11:38

DynAPIlib.js 是两个最古老的框架。它们支持 IE5 和 Netscape 浏览器。有菜单实用程序小型抽象库

DynAPI and lib.js are two of the oldest frameworks. They support IE5 and Netscape browsers. There are menu utilities and small abstraction libraries as well.

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