Re: Subtests that apply to HTTP header fields [was: Re: mobileOK validation logic - jar file?]

Hi

I have included the mobile validator code as below

<script> 
var isCE = navigator.appVersion.indexOf("Windows CE")>0; 
if (isCE) 
{ 
 window.location.href="http://www.findyourfate.com/mobile/home.html"; 
} 
</script>

if its not a mobile user then the system loads the home page www.findyourfate.com

can you suggest any other simple code, as I see in certain cases this doesnt work.

Regards
stanley

Received on Monday, 16 March 2009 12:53:31 UTC