답변 1개
채택된 답변
+20 포인트
8년 전
헤드에 모바일로 넘어가는 스크립트를 추가하시면 바로바로
모바일로 넘어가게하면됩니다.
?device=mobile
조건문걸어서 if($_GET[device]=='pc')
일경우에는 피씨로 넘어가게 만들구여
| <script type="text/javascript"> | |
| function isMobileDevice() | |
| { | |
| var mobileKeyWords =new Array('iPhone', | |
| 'iPod', | |
| 'BlackBerry', | |
| 'Android', | |
| 'Windows CE', | |
| 'Windows CE;', | |
| 'LG', | |
| 'SAMSUNG', | |
| 'MOT', | |
| 'SonyEricsson', | |
| 'Mobile', | |
| 'Symbian', | |
| 'Opera Mobi', | |
| 'Opera Mini', | |
| 'IEmobile'); | |
| for (var word in mobileKeyWords) | |
| { | |
| if (navigator.userAgent.match(mobileKeyWords[word]) != null) | |
| { | |
| return true; | |
| } | |
| } | |
| } | |
| if (isMobileDevice()) | |
| { | |
| //window.location.href = "m/index.html"; | |
| window.location.href = "http://dhktek1.cafe24.com/" target="_blank">http://dhktek1.cafe24.com"; | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| <div class="index_pc"> | |
| <iframe src="http://dhktek1.cafe24.com/" target="_blank">http://dhktek1.cafe24.com" frameborder="0" class="m_ifr"></iframe> | |
| </div> | |
| </body> | |
| </html> |
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
경하귀요밍
8년 전
히익;;; 이방법을 잊고있엇다니 감사합니다ㅜㅜ
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인