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 >