Forum Moderators: open

Message Too Old, No Replies

borwser sniffer redirect

         

tom6048

2:53 pm on Jul 18, 2005 (gmt 0)

10+ Year Member



I am trying to figure out how to write a browser sniffer redirect. I am having an issue with IE on MAC. I have created a drop down menu and for some reason the drop down position is off in the MAC version of IE only. It works fine in all other browsers. I would like to create a redirect script so if someone is useing IE for the mac it will use a drop down that will work properly. Any help would be appreciated.

thanks,
-tom

Trace

3:26 pm on Jul 18, 2005 (gmt 0)

10+ Year Member



[dynamicdrive.com...]

Description: This browser sniffer detects all the major browsers currently out there, and passes the results on as variables to facilitate your browser detection needs. It differentiates between Windows, Mac and Linux, and the most commonly used DHTML browsers - IE4/5/6, Netscape 4/6/7/other Gecko, Konqueror 2.2+, Safari, Opera 5/6/7. All other browsers are grouped together under a single exclude variable, to protect them from complex scripting.

Hope that's what you are looking for.

tom6048

3:35 pm on Jul 18, 2005 (gmt 0)

10+ Year Member



I am not sure if this is what i am looking for. I just need a script that looks for IE for Mac and if it finds it, it can redirect the page to a diffrent .php page. Is there a simple way to write this redirect script?