|
uCoz Community Archives Locked Preventing a Browser (Block an Unwanted Browser...) |
Preventing a Browser |
I want to ask questions about preventing an unwanted browser for my website like Internet Explorer... For example I want to prohibit using Internet Explorer for my website, when a user opens it on Internet Explorer there will be a warning tells them to use Firefox, Google Chrome or Opera, how to do that?!
|
Search at Google.. you will find your answer..
Unlike computers, no human brain has ever said:" Hard drive full."
|
don_slasher, you can use conditional operators: http://forum.ucoz.com/forum/37-471-1
I'm not active on the forum anymore. Please contact other forum staff.
|
NAIRDA, $USER_AGENT$ - browser type (firefox, opera, safari, ie)
<?if($USER_AGENT$="ie")?>No access for IE users.<?else?> *your code here* <?endif?> Post edited by abasovMike - Wednesday, 2010-08-04, 9:40 AM
|
| |||
| |||