Support for Multiple Browsers
How do we deploy new features when there are many different versions and many browsers to support?
- Offer choice at client:
Click here if you have IE 4 or Netscape 4 otherwise click here
Maintenance of resources can be done manually or using site management tool
- Offer choice at server:
if useragent=IE4.0 then serve index.dom.html else serve index.html
- Various toolkits can provide this (Microsoft Active Server Pages, Netscape Suitespot, PHP/FI)