Hello,
I have a couple of JavaScript functions that use AJAX to dynamically lookup a geocode from Google Maps and display the accuracy to the user. I've had reports that this JavaScript breaks in their browser, but I have been unable to reproduce any of the errors. I've used several JavaScript validators and feel assured I have properly constructed JavaScript. It seems that their browser may not have a high enough version of JavaScript to support the features, but I don't know how to determine, easily, which version of JavaScript I'm using and, therefore, which version of JavaScript I need to require to visit the page.
Any help would be great!
Thanks,
Justin
I have a couple of JavaScript functions that use AJAX to dynamically lookup a geocode from Google Maps and display the accuracy to the user. I've had reports that this JavaScript breaks in their browser, but I have been unable to reproduce any of the errors. I've used several JavaScript validators and feel assured I have properly constructed JavaScript. It seems that their browser may not have a high enough version of JavaScript to support the features, but I don't know how to determine, easily, which version of JavaScript I'm using and, therefore, which version of JavaScript I need to require to visit the page.
Any help would be great!
Thanks,
Justin
Comment