On May 23, 2006, at 7:43 PM, mario ruggier wrote:

> is there something in Mochikit to automate checking for browsers on
> which it is known that Mochikit does not work? It would make more  
> sense
> to check for this server-side, therefore out of mochikit's realm...  
> how
> do people handle this typically? Is there somewhere at least a list of
> client strings one could check for?

This can't work client side. Lots of the unsupported browsers don't  
have JavaScript at all (e.g. lynx) and some of the ones that do  
(Netscape 4, IE 4) can't even parse the JavaScript used by MochiKit.  
It must be done server-side.

The only unsupported browsers you really need to detect and care  
about are probably:

- Browsers that don't support JavaScript at all
- IE 5.5 and older
- Netscape 4.x and older
- IE Mac

IE 5.5 could work with MochiKit if someone goes through the trouble  
to support it, but IE 5.0 is definitely never going to work.

-bob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to