새창(팝업) 크기 자동조절(리사이즈,resize)

function auto_resize()
{
try{

//------ 스크롤이 있을 때
// v_width = document.body.scrollWidth + 22;
// v_height = document.body.scrollHeight + 25;

//------ 스크롤이 없을 때

 v_width = document.body.scrollWidth + 6;
 v_height = document.body.scrollHeight + 25;

 window.self.resizeTo(v_width,v_height);
}

댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
목록형 📅 달력형