On May 5, 1:11 pm, chrbar <[EMAIL PROTECTED]> wrote:
> Thanks a lot Mike, I've tried, it works perfectly!
>
> I would like to add FF 1 and IE 5 which are not supported too.
> Could you tell me if my code is correct... I think I did an error:
Now you see the futility of browser detection as a st
Thanks a lot Mike, I've tried, it works perfectly!
I would like to add FF 1 and IE 5 which are not supported too.
Could you tell me if my code is correct... I think I did an error:
// See http://developer.apple.c
Like this?
// See http://developer.apple.com/internet/safari/uamatrix.html for
Safari versions
if( $.browser.safari && $.browser.version < 523 )
document.write( 'test' );
else
document.write( 'test' );
As an aside, note how the use of single quotes for the strings
3 matches
Mail list logo