태그 소스 자료
[스크랩] 다음 게시판에 아이프레임(iframe) 을 사용법
다사랑해
2006. 4. 16. 17:11
1.iframe으로 올리기
<iframe width="가로폭" height="세로폭" src="주소"></iframe>
2.object 로올리기
<object type="text/x-scriptlet" width="가로크기" height="세로크기" data="원하는주소"></object> |