iframe Element

xhtml:iframe Element
 
인라인 프레임을 생성하고 참조한다.
분류 구분 비고
Syntax HTML
Script
< iframe   propName = "propVal"> innerString  < /iframe >
[propVal] = object .PropName;
Element Information Standards
  • IE4.0에서 지원되고 스크립트는 IE4.0에서 부터 지원된다.
  • HTML4.0에 정의되었고, DOM Level 1(W3C Document Object Model) 에 정의되었다.
  • Remarks
  • IE5.5은 투명 인라인 유동(float) 프레임을 지원한다.
  • Sample
    …(생략)…
    <iframe id=iframe1 frameborder=0 scrolling=no src="sample.htm"></iframe>
    …(생략)… 

    댓글 없음: