I need a script like html, php or javascript to show pop up box when my site opens only in internet explorer. If someone has it or if someone knows that on which site i can get it then please inform me or email me about it. Contact – 02462231555/56, 09890681555, 09921681555, 09922681555.
I Need A Script Like Html, Php Or Javascript To Show Pop Up Box When My Site Opens Only In Internet Explorer.?
- No trackbacks yet.
#1 by Ryan B at February 7th, 2010
Hello,
This PHP script will do what you are asking:
< ?php
$br = strtolower($_SERVER['HTTP_USER_AGENT']); // what browser they use.
if(ereg("msie", $br))
{
// then browser is IE;
?>< ? } else { // then browser is not IE } ?> Good Luck! Ryan Bradley Junior Server Engineer HostMySite.comhttp://hostmysite.com/?utm_source=bb