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.
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.
Share Improve this question edited Dec 16, 2014 at 1:38 Sampson 269k76 gold badges545 silver badges568 bronze badges asked Jan 27, 2010 at 7:53 user63898user63898 31k93 gold badges299 silver badges557 bronze badges 2- 1 javascriptframework? "i don't need something fancy with effects and animations" --> what do you need then? – Natrium Commented Jan 27, 2010 at 7:57
- 1 ActiveWidgets and GlowJS support IE5.5 and Safari 3. – Paul Sweatte Commented Aug 3, 2012 at 0:42
3 Answers
Reset to default 9For 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 p.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
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, panies still on IE 5 will install Firefox just to use it.
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.