티스토리 뷰

/*

//  top.window.resizeTo(410,380);
//  top.document.all.scrapMain.style.height = 380;
  top.window.resizeTo(410,420);
  top.document.all.scrapMain.style.height = 420;
 

 

*/

 // IE7, 세로 사이즈 늘림(25px)
 top.window.resizeTo(document.body.scrollWidth + 10, document.body.scrollHeight + 90);
 top.document.getElementById("scrapMain").style.height = document.body.scrollHeight + 90;