Forums de discussion

Redirect to wap page

Andre B., modifié il y a 13 années.

Redirect to wap page

New Member Publications: 3 Date d'inscription: 16/04/10 Publications récentes
Hi, how to redirect all users that are using mobile browsers (WAP) to a specified URL?

I can't use java sript like like this:
<script type="text/javascript">
window.location.href = '/web/mobile';
</script>


Is there any way to do this without javascript?