Detect Palm OS for redirect?
I'm developing PDA and standard versions of my company's website in php and html and would like to redirect PDA users to the PDA friendly version. I'm using the following script to detect the Pocket PC:
<script> if (navigator.userAgent.indexOf("Windows CE") != -1) {window.location='mindex.php'}
</script>
Does anyone know a good way to detect Palm OS? Started By ecunningham on Jan 3, 2003 at 7:22:15 AM |