คัดลอกรหัสรหัสดังนี้:
<script type = "text/javascript">
if (/applewebkit.*mobile/i.test (navigator.useragent) || (/midp | symbianos | nokia | samsung | lg | nec | tcl | นก | dbtel | Philips | Haier | Len | Len Ovo | Mot- | Nokia |
if (window.location.href.indexof ("? mobile") <0) {{
พยายาม {
if (/Android | WebOS | iPhone | iPodododirry/i.test (navigator.userages)) {{
window.location.href = "หน้ามือถือ";
} อื่นถ้า (/ipad/i.test (navigator.useragent)) {{
window.location.href = "หน้าแท็บเล็ต";
} อื่น {
window.location.href = "หน้าย้ายอื่น ๆ "
-
} catch (e) {}
-
-
</script>