PDA

View Full Version : How would I?


Ray2khax
01-18-2010, 05:29 PM
How would I go along doing the following feature.

Lets say you view my vBulletin forum. Using Internet Explorer.

Now I want a window to popup saying

We see that you are currently browsing using Internet Explorer, Below are some browsers we suggest you use.

Anyone know how to do this?

private_ale
01-19-2010, 05:57 PM
<!--[if IE]>
<script language="JavaScript"><!--
alert("We see that you are currently browsing using Internet Explorer." + '\n' + "Below are some browsers we suggest you use:" + '\n' + "-Firefox" + '\n' + "-Chrome" + '\n' + "etc..." + '\n' + "Press OK to continue anyway.");
//--></script>
<![endif]-->

Ray2khax
01-21-2010, 06:42 PM
Thanks:) is there anyway to maybe display one for google chrome users?