iframe 이 작동오류가 나네요?

Mozilla Firefox 사용에 대한 일반적인 질문과 답을 해 주는 게시판입니다. 질문을 하기 전에 FAQ를 읽어 보시는게 도움이 될 것입니다.
Post Reply
ff초짜

iframe 이 작동오류가 나네요?

Post by ff초짜 »

iframe이 작동오류가 나네요?

ie에서는 제대로 열리는데,
ff에서는 오른쪽, 아래쪽으로열리다 맙니다.

Code: Select all

<SCRIPT LANGUAGE="JavaScript">
<!--
function resizeIframe(fr) {
                fr.setExpression('height',aaa.document.body.scrollHeight);
                fr.setExpression('width',aaa.document.body.scrollWidth);
}
//-->
</SCRIPT>


</head>

<body>
<iframe frameborder="0" id="aaa"  src="./control/body_main.php"  onload="resizeIframe(this)" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" border="0"></iframe>

<body >
hyeonseok
해커
해커
Posts: 691
Joined: 2004 08 11 22:14 59
Contact:

Re: iframe 이 작동오류가 나네요?

Post by hyeonseok »

expression과 aaa.~~ 과 같이 바로 접근하는 것은 IE 전용 구문입니다. IE외의 다른 브라우저에서 기능이 잘 작동하게 하기 위해서는 표준 DOM과 호환성 높은 속성을 사용해 주어야 합니다.

http://hyeonseok.com/pmwiki/index.php/Javascript/Iframe 요거 한번 사용해 보세요.
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest