<html>
<body>
<script language="JavaScript1.2">
<!--
/*
Screen resolution detection and notification Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var correctwidth=800
var correctheight=600
if (screen.width!=correctwidth||screen.height!=correctheight)
document.write("This webpage is bested viewed with screen resolution "+correctwidth+"*"+correctheight+". Your current resolution is "+screen.width+"*"+screen.height+". If possible, please change the resolution!")
//-->
</script>
</body>
</html>
'script' 카테고리의 다른 글
팝업 정가운데 띄우기 (0) | 2012.02.17 |
---|---|
롤오버시 배경색 변화 (0) | 2012.02.17 |
툴팁 하단 텍스트 (0) | 2012.02.17 |
페이지내 이동3 (0) | 2012.02.17 |
퀵메뉴 - 스크롤 따라다니는 레이어 (0) | 2012.02.17 |