사이트 내 전체검색
해상도에 따라 페이지 이동시키기
https://cmd.kr/javascript/265 URL이 복사되었습니다.

본문

<head>
<script language="JavaScript">
<!--
function na_redirect_by_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="na_redirect_by_resolution(' 640*480주소', ' 800*600주소 ', ' 1024*768주소 ');">

출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=77

댓글목록

등록된 댓글이 없습니다.

831 (9/17P)

Search

Copyright © Cmd 명령어 3.142.130.250