// 메서드: setSelectReadOnly는 선택 컨트롤 ReadOnly를 설정하는 데 사용됩니다.
// 이것은 읽기 전용을 시뮬레이션하지만 실제로는 읽기 전용이 아닙니다
// onbeforeactivate, onfocus, onmouseover, onmouseout 이벤트를 사용합니다
// 예 : ;
// sl로 생성
//------------------------------- - ------------------
function ImgAutoSize(imgD,FitWidth,FitHeight)
{
var image1=new Image()
image1; .onload = 함수 ()
{
if(this.width>0 && this.height>0)
{
if(this.width/this.height>= FitWidth/FitHeight) else imgd.width =
imgd.height = height; Height; =this.width;
imgD.height=this.height;
} }
}
}
image1 =
}
image1.src= imgD.src;
imgD.style.cursor = '손';
imgD.onclick= function(){openWin(this.src,'imgphoto',600,400)}
imgD.title = " 새 창에서 원본 이미지를 보려면 클릭하세요.";
}