모바일 기기로 접속하면 반응형 웹으로 이동하게 처리(아래 소스)
<script type="text/javascript">
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))||(navigator.userAgent.match(/android/i)))
{
location.replace('http://time-space.biz/rs_web/');
}else{
location.replace('http://time-space.biz/');
}
</script>
웹페이지 이미지 파일 다운로드를 강제로 진행 시키기 (0) | 2015.08.12 |
---|---|
탭메뉴로 페이지 내용 꾸미기 (0) | 2014.12.16 |
자작 제이쿼리 슬라이더 입니다. (0) | 2014.12.06 |
자바스크립트로 IE브라우저 버전 확인하는 방법(Trident값사용) (0) | 2014.11.27 |
마우스 롤오버 팝업레이어 만들기 (0) | 2014.06.12 |
댓글 영역