I would like to see an option that would allow the admin to control wat web browsers can access the website, and to block the older versions of Internet Explorer, Firefox, and Opera!!!!
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Web Broswer options!!!
 Web Broswer options!!!
		I would like to see an option that would allow the admin to control wat web browsers can access the website, and to block the older versions of Internet Explorer, Firefox, and Opera!!!!
 Member
					
					
						Member
					
					
                                        
					
					
						 Re: Web Broswer options!!!
 Re: Web Broswer options!!!
		good developing already takes older versions of browsers into account.
 Senior Member
					
					
						Senior Member
					
					
                                        
					
					
						 Re: Web Broswer options!!!
 Re: Web Broswer options!!!
		you can write this in yourself
Example:
<?php
// this would be a simple ns4 test, say to protect
//some page code that will not work in Netscape 4x
if ( browser_detection('browser') == 'ns4' ) { execute some code; }
else { execute some other code; }
?>
2 ways of doing this. go to .htaccess and then change index.php for default directory to a php file named whatever you want. add this code and modifty it to your liking...i recommend sending them to a page that says sorry we do not support your browser.
Bookmarks