Hi,
You could perhaps do with some Javascript like navigator.userAgent
combined with navigator.appVersion to find out what OS and browser your
visitors are using, and then redirect accordingly.
<script language="javascript">
var useragent = navigator.userAgent;
var browser = navigator.appName;
var version = parseInt(navigator.appVersion);
alert(useragent);
alert(browser);
alert(version);
</script>
I normally check for this server-side using ASP, so I can't really help
you with a working example, and I wouldn't know what useragent I should
check for in regards to your specific needs (My Windows XP Pro. tells me
I'm running Windows NT 5.1).
This is a nice javascript ressource;
http://www.irt.org/script/script.htm - and google is your friend.
hth :-)
Regards,
Anders.
-----Oprindelig meddelelse-----
Sendt: 24. oktober 2005 22:35
Yes, they are using another mechanism to achieve this.
They are likely using PHP or some other language to browser sniff and
redirect users who are using PDA's. Other sites, such as Yahoo and
Kodakgallery do this too.
-Estelle
>I know that you can use the media 'handheld' in your stylesheets but
>are Google using another mechanism/script to achieve this ?
>If so what script achieves this ?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/