5 Mar
2001
5 Mar
'01
11:08 p.m.
I have thought of that, but doesn't those change with every new release of a specific browser? I guess one will just have to keep up to date with the browser type strings for every new browser launched :(
Not exactly, you'll notice that some part are fixed, for example the version number can be used quite safelly. You can the use "if bigger than 4, I have a recent browser" or something like that, assuming that all 4+ browsers will work with that particular page. It's the way most js browser detection script work. Philippe