전체 사이즈로 이미지 팝업 띄우기
페이지 정보
작성자 서방님 댓글 0건 조회 137회 작성일 08-07-11 11:52본문
<html>
<head>
<title>▒ FullSize ▒</title>
<meta http-equiv="imagetoolbar" content="no">
<style>body{margin:0;cursor:hand;}</style>
</head>
<script language="javascript">
<!--
function window.onload()
{
var vn_screenx = screen.availWidth; // 화면스크린 넓이
var vn_screeny = screen.availHeight; // 화면스크린 높이
width1 = document.all.Timage.width;
if(width1 > vn_screenx)
{
width1 = vn_screenx;
}
height1 = document.all.Timage.height;
if(height1 > vn_screeny)
{
height1 = vn_screeny;
}
top.window.resizeTo(width1+30, height1+54);
}
//-->
</script>
<body onclick="top.window.close();" OnLoad="width1=document.all.Timage.width;if(width1>1024)width1=1024;height1=document.all.Timage.height;if(height1>768)height1=768;top.window.resizeTo(width1+30,height1+54);" scroll="auto">
<img id="Timage" name="Timage" src="http://dev.lugarart.com/upfiles/shop/2008-07-11/481_2.jpg" title="클릭하시면 닫힙니다.">
</body>
</html>
댓글목록
등록된 댓글이 없습니다.