I have a problem in determining browsers.
I've tried using navigator
and well, it did not help.
I used alert(navigator.appName);
to determine the browser and I'm currently using Google Chrome
, when the pop up appears it displayed Mozilla
, but in Mozilla
it works fine and with Mozilla
itself.
Is there a problem with the code, or is it a bug?