2009년 6월 23일 화요일

iframe onload시 크기조정

원하는 사이즈 고정

<iframe src="http://~~~~.com" align="center" scrolling="no" frameborder="no" name=frame_name onLoad="this.style.height=220;this.style.width=476"></iframe>

 

 

문서 body 높이

<iframe src="http://~~~~.com" align="center" scrolling="no" frameborder="no" name=f_name onLoad="this.style.height=f_name.document.body.scrollHeight""></iframe>

 

 

 

댓글 없음:

댓글 쓰기