Salin kode kode sebagai berikut:
<type skrip = "Teks/JavaScript">
if (/AppleWebkit.*mobile/i.test (navigator.useragent) || (/midp | Symbianos | Nokia | Samsung | LG | NEC | TCL | Burung | DBtel | Philips | Haier | Len | Len Ovo | MOT- | Nokia |
if (window.location.href.indexof ("? Mobile") <0) {{
mencoba {
if (/android | webos | iPhone | ipodododirry/i.test (navigator.userages)) {{
Window.location.href = "halaman seluler";
} else if (/ipad/i.test (navigator.useragent)) {{
Window.location.href = "halaman tablet";
} Kalau tidak {
Window.location.href = "halaman bergerak lainnya"
}
} Catch (e) {}
}
}
</script>