|
Question:
How expression is evaluated to determine type of browser?I have this the expression which gives similarity of browser to Internet Explorer.
Can somebody explain how this expression is evaluated in different browsers? I know it is a bit confusing without brackets. Any other ideas about recognizing type of browser are welcome. Thanks a lot
var browser=navigator.appName;
if (browser="Opera"){} Vote:
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
|
|