Copy code code as follows:
<script type = "text/javascript">
if (/applewebkit.*mobile/i.test (navigator.useragent) || (/MIDP | Symbianos | Nokia | Samsung | LG | NEC | TCL | Bird | DBTEL | PHILIPS | Haier | Len | Len OVO | MOT- | Nokia | SonyericsSon | Sie- | Amoi | ZTE/.test (Navigator.useragent)) {) {) {) {) {
if (Window.Location.href.indexof ("? Mobile") <0) {{
try {
if (/Android|webos| Iphone| Ipodododirry/i.Test (navigator.userages)) {{
Window.location.href = "Mobile Page";
} else if (/ipad/i.test (navigator.useragent)) {{
Window.location.href = "Tablet Page";
} Else {
Window.Location.href = "Other Move Pages"
}
} Catch (e) {}
}
}
</script>