/ Published in: Other
Expand |
Embed | Plain Text
<script type="text/javascript"> onload=function(){ if ((screen.width <= 800) || (navigator.userAgent.match(/blackberry/i)) { window.location.href = "mypageurlhere.htm"; } } </script>
You need to login to post a comment.
