i found this code and i thought i might add it to my website but how do i change it so palm OS or other palms will be redirected too?
Code:<SCRIPT LANGUAGE = "JavaScript"> var isCE = navigator.appVersion.indexOf("Windows CE")>0; if (isCE) { window.location.href="mymobile.htm"; } </script>





Reply With Quote