묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
HTML이 계속 오류납니다. 소스 확인부탁드립니다
2005.03.04 18:16
아래와 같은 HTML을 사용하는데... 웹에 올리면 계속 "페이지에 오류가 있습니다"라고 하네요.
고수분들 확인부탁드립니다.
좋은하루 되세요
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<body>
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('the_iframe').height=
the_height;
}
//-->
</script>
<? include "top.htm"; ?>
<table width="918" height="" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18"></td>
<td width="873">
<iframe id="the_iframe" onLoad="calcHeight();" src="center.htm" height="0" width="918" scrolling="no" marginwidth=0 marginheight=0 frameborder="0" name="_ye"></iframe></td>
<td width="27"></td>
</tr>
</table>
<? include "footer.htm"; ?>
</body>
</html>
고수분들 확인부탁드립니다.
좋은하루 되세요
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<body>
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;
//change the height of the iframe
document.getElementById('the_iframe').height=
the_height;
}
//-->
</script>
<? include "top.htm"; ?>
<table width="918" height="" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="18"></td>
<td width="873">
<iframe id="the_iframe" onLoad="calcHeight();" src="center.htm" height="0" width="918" scrolling="no" marginwidth=0 marginheight=0 frameborder="0" name="_ye"></iframe></td>
<td width="27"></td>
</tr>
</table>
<? include "footer.htm"; ?>
</body>
</html>