0
Hello
Thanks for sharing, what about contact form with captcha ?
Any idea ?
RegardsAkshaya
Thanks for sharing, what about contact form with captcha ?
Any idea ?
RegardsAkshaya
0
If you're looking to redirect users that visit your site on a mobile platform then you can embed this within your html file. It's a very simple JavaSript code.
<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobilevs.php";
}
//-->
</script>
All you have to do is simple replace the mobilevs.php with the location of your sites mobile version.
<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobilevs.php";
}
//-->
</script>
All you have to do is simple replace the mobilevs.php with the location of your sites mobile version.