iframe 대신 쓸수있는 오브젝트
페이지 정보
작성자 서방님 댓글 0건 조회 131회 작성일 06-09-14 11:28본문
<object id="frame" width="650" height="400" type="text/x-scriptlet">
<param name="url" value="http://www.naver.com">
<param name="selectablecontent" value="1">
<!--
Specifies whether the user can select the contents of the scriptlet.
By default, the value of this property is false. If this property is true, users can select text or objects in the scriptlet while it is shown in the scriptlet container object, and then copy or drag them. If this property is false, users can click objects in the scriptlet, but cannot select them.
-->
<param name="scrollbar" value="1">
<!--scrollbar: 1-yes, 0-no-->
</object>
댓글목록
등록된 댓글이 없습니다.