Can anyone shed light why certain servers will not let a simple javascript work and yet a redirect service works fine. So this worts great on one site but not on another
Redirection script mobile site
14
Can anyone shed light why certain servers will not let a simple javascript work and yet a redirect service works fine.
So this worts great on one site but not on another
<script language="javascript">
var width = screen.width;
if (width < 600) {window.location='http://yourdomain.com/mobile.php'}
</script>
Have you got any better scripts and does the spacing : ; make any difference.
Quentin
So this worts great on one site but not on another
<script language="javascript">
var width = screen.width;
if (width < 600) {window.location='http://yourdomain.com/mobile.php'}
</script>
Have you got any better scripts and does the spacing : ; make any difference.
Quentin
- Adrian John
- ryank
- [1] reply
- Adrian John
- [1] reply
- seabro
- [1] reply
- WillR
- [1] reply
- ganesh
- [ 1 ] Thanks
Next Topics on Trending Feed
-
14