tobeyt23 Posted May 19, 2008 Share Posted May 19, 2008 Has anyone run into this before where IE returns false but FF doesn't? Link to comment https://forums.phpfreaks.com/topic/106328-ff-wont-return-false/ Share on other sites More sharing options...
KevinM1 Posted May 19, 2008 Share Posted May 19, 2008 Has anyone run into this before where IE returns false but FF doesn't? That's quite vague. What are you trying to do, specifically? Link to comment https://forums.phpfreaks.com/topic/106328-ff-wont-return-false/#findComment-545051 Share on other sites More sharing options...
rhodesa Posted May 19, 2008 Share Posted May 19, 2008 function test(){ return window.browser.works; } The above will always return true in FF and false in IE Link to comment https://forums.phpfreaks.com/topic/106328-ff-wont-return-false/#findComment-545270 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.