Weezy
iamchene Copy below ..paste in your homepage ..users wt pc get redirected to the pc page url in the below code! replace
http: //yoursite.wapka.mobi/site_pc.xhtml with the pc page url
<script type="text/javascript">
var weezy=navigator.appVersion;
if(weezy.match(/blackberry|configuration\/cldc|hp |hp-|htc |htc_|htc-|iemobile|kindle|midp|mmp|motorola|mobile|nokia|opera mini|opera mobi|palm|palmos|pocket|portalmmm|ppc;|smartphone|sonyericsson|sqh|spv|symbian|treo|up.browser|up.link|vodafone|windows ce|xda |xda|linux/gi))
{
document.write(' ')
}
else
{
document.location="http://yoursite.wapka.mobi/site_pc.xhtml";
}
</script>
Copy code