gasparrelli
Programmer
We are having some trouble with certain browsers not handling the CF-generated JavaScript (or any JS for that matter) How do we determine which browsers support this and keep users of those browsers from continuing? AOL seems particularly troublesome for us.
I have seen that I can catch the browser version with errors - is there any way to catch this without creating an error (wouldn't want it to go to site wide error handler if we are only trying to get browser version and do some logic to see if user can continue)
Does anyone know how to interpret the browser info that comes to us? All errors seem to say Mozilla (I thought for some reason that was Netscape), even the Internet Explorer generated ones.
Thanks for advice on how you have handled this in your projects,
Kim
I have seen that I can catch the browser version with errors - is there any way to catch this without creating an error (wouldn't want it to go to site wide error handler if we are only trying to get browser version and do some logic to see if user can continue)
Does anyone know how to interpret the browser info that comes to us? All errors seem to say Mozilla (I thought for some reason that was Netscape), even the Internet Explorer generated ones.
Thanks for advice on how you have handled this in your projects,
Kim