- Joined
- Apr 18, 2008
- Messages
- 84
- Reaction score
- 1
SS :
Place this at the top of your html/php/htm file
Change the

Place this at the top of your html/php/htm file
PHP:
<script>
function detectBrowser() {
var browser=navigator.appName;
var b_version=navigator.appVersion;
var version=parseFloat(b_version);
if ((browser=="Netscape") && (version>=4)) {
}
else {
alert("Please use FireFox for best viewing of this site. ~Stars");
}
}
</script>
Change the
to your likeingalert("Please use FireFox for best viewing of this site. ~Stars");