What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » forward browser script

forward browser script
Author: Message:
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
RE: forward browser script
This goes anywhere at the top of the page, just once, as long as it's before you use the next bit:
code:
<?php
$ua=$_SERVER['HTTP_USER_AGENT'];
if(strstr($ua,'MSIE 2') OR strstr($ua,'MSIE 3') OR strstr($ua,'MSIE 4') OR strstr($ua,'MSIE 5') OR strstr($ua,'MSIE 6')) {
    $badie=TRUE;
}
else {
    $badie=FALSE;
}
?>
This bit goes any place that you want different code for Internet Explorer, as many times as you like:
code:
<?php
if($badie==FALSE) {
?>
<!-- normal html here -->
<?php
}
else {
?>
<!-- special html for IE here -->
<?php
}
?>
I still think that you should the original, transparent image all the time, and use the JavaScript fix to have it work properly in Internet Explorer (even Microsoft does it this way).
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
05-13-2006 07:32 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
forward browser script - by DJKAL on 05-12-2006 at 10:37 PM
RE: forward browser script - by rav0 on 05-12-2006 at 11:39 PM
RE: forward browser script - by DJKAL on 05-12-2006 at 11:44 PM
RE: forward browser script - by Plik on 05-13-2006 at 12:28 AM
RE: forward browser script - by rav0 on 05-13-2006 at 12:52 AM
RE: RE: forward browser script - by rav0 on 05-13-2006 at 07:57 AM
RE: forward browser script - by ShawnZ on 05-13-2006 at 03:51 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 05:48 AM
RE: forward browser script - by segosa on 05-13-2006 at 06:04 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 06:07 AM
RE: forward browser script - by Chestah on 05-13-2006 at 06:57 AM
RE: forward browser script - by rav0 on 05-13-2006 at 07:32 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 07:34 AM
RE: forward browser script - by absorbation on 05-13-2006 at 10:29 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 10:40 AM
RE: RE: forward browser script - by rav0 on 05-13-2006 at 12:53 PM
RE: forward browser script - by absorbation on 05-13-2006 at 10:41 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 10:43 AM
RE: forward browser script - by absorbation on 05-13-2006 at 10:45 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 10:47 AM
RE: forward browser script - by absorbation on 05-13-2006 at 10:48 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 10:52 AM
RE: forward browser script - by DJKAL on 05-13-2006 at 01:02 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On