모니터 해상도별 페이지 이동 > HTML/JAVA Q&A

본문 바로가기
사이트 내 전체검색

HTML/JAVA Q&A

모니터 해상도별 페이지 이동

페이지 정보

본문

<html>
<title>모니터 해상도별 페이지 이동</title>
<head>
<script language="JavaScript">
<!--
function win_resolution(url_640x480, url_800x600, url_1024x768, other)
{
  var url_640x480; 
  var url_800x600; 
  var url_1024x768;
  if (screen.width==640||screen.height==480)
    window.location.replace(url_640x480)   
  else if (screen.width == 800 ||screen.height == 600)
    window.location.replace(url_800x600);
  else if (screen.width == 1024||screen.height == 768) 
    window.location.replace(url_1024x768);
  else
    window.location.replace(other);
}

// -->
</script>
</head>

<body OnLoad="win_resolution('640*480일때 경로', '800*600일때 경로', '1024*768일때 경로', '기타일때 경로');">

....................................

</body>
</html>

댓글목록

등록된 댓글이 없습니다.

Total 12건 1 페이지
HTML/JAVA Q&A 목록
번호 제목 글쓴이 조회 날짜
12 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 4776 11-19
11 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 3296 11-01
10 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 6365 08-25
9 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 4913 07-20
8 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 5894 07-19
7 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 3237 01-29
열람중 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 3345 01-29
5 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 6120 01-29
4 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2265 01-29
3 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 6742 01-29
2 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2412 01-29
1 no_profile 이즈쪽지보내기 자기소개 아이디로 검색 전체게시물 2090 07-03

검색

회원로그인

회원가입

사이트 정보

컴퓨터 정보,윈도우즈,리눅스,포토샵,3ds
맥스,프로그래밍 강좌팁

접속자집계

오늘
673
어제
724
최대
5,287
전체
637,672
Copyright © www.qdata.co.kr All rights reserved.