Hi, does any one know the code or the site to get the code that informs all IE users that FireFox is not installed or anything like that? Thanks, SP360
Use PHP: <? if(substr_count(strtolower($_SERVER['HTTP_USER_AGENT']),strtolower("firefox")) == 0) { // POPUP CODE HERE } ?> Code (markup):