|
Çػ󵵿¡ µû¶ó ´Ù¸¥ À¥ÆäÀÌÁö ¿±â
<html>
<head>
<title>..</title>
<meta http-equiv="Content-Type" content="text/html;
charset=euc-kr">
<script language="JavaScript">
<!--
function redirectPage() {
var url800x600 = "main1.html"; //800*600 ¿¡¼
¿¸±¹®¼
var url1024x768 = "main2.html"; //1024*768 ¿¡¼
¿¸±¹®¼
var url1152x864 = "main3.html"; //1152*864 ¿¡¼
¿¸±¹®¼
if ((screen.width == 800) && (screen.height ==
600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height
== 768))
window.location.href= url1024x768;
else if ((screen.width == 1152) && (screen.height
== 864))
window.location.href= url1152x864;
else window.location.href= url800x600;
}
//-->
</script>
</head>
<body Onload="redirectPage()">
</body>
</html> |
|
|
|
|