묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이 소스를 어떻게 쓰는지를 모르겠습니다..
2002.12.30 05:08
1시간 연구째.. 그러나 못하겠습니다..
먼저 소스부터
<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>
<body> 안에.. 아래 소스를 넣으세요..^^
OnLoad="na_redirect_by_resolution(' 640*480 ', ' 800*600 ', ' 1024*768 ', ' 기타 ');"
640*480 : 640*480 사이즈에 맞는 홈페이지로 이동할 주소 입력
800*600 : 800*600 사이즈에 맞는 홈페이지로 이동할 주소 입력
1024*768 : 1024*768 사이즈에 맞는 홈페이지로 이동할 주소 입력
기타 : 사용자 정의..-_- 아무 주소로 가랏!! 입력하세요..^^
보시다 싶이 해상도에 따라 나오는 소스인데
이해를 못하겠습니다..
고수님덜 봐주시고 어떻게 하는지 알려주세요..
ㅜㅜ
* zero님에 의해서 게시물 이동되었습니다 (2002-12-30 10:12)
먼저 소스부터
<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>
<body> 안에.. 아래 소스를 넣으세요..^^
OnLoad="na_redirect_by_resolution(' 640*480 ', ' 800*600 ', ' 1024*768 ', ' 기타 ');"
640*480 : 640*480 사이즈에 맞는 홈페이지로 이동할 주소 입력
800*600 : 800*600 사이즈에 맞는 홈페이지로 이동할 주소 입력
1024*768 : 1024*768 사이즈에 맞는 홈페이지로 이동할 주소 입력
기타 : 사용자 정의..-_- 아무 주소로 가랏!! 입력하세요..^^
보시다 싶이 해상도에 따라 나오는 소스인데
이해를 못하겠습니다..
고수님덜 봐주시고 어떻게 하는지 알려주세요..
ㅜㅜ
* zero님에 의해서 게시물 이동되었습니다 (2002-12-30 10:12)