묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
노프레임 타겟지정...
2004.11.20 03:52
안녕하세요..
모사이트의 템플릿을 퍼다가 수정해서 사용하려는데 어렵네요...
노프레임인데 타겟지정을 어찌할줄 몰라 이렇게 나옵니다.
http://ktmaia.webice.co.kr/ <-- 현재상황
메인화면에 나올까요 ㅠ_ㅠ
-index.html-------------------------------------------
<html>
<TITLE>어렵다 어려워</TITLE>
<frameset rows="1*">
<frame name="main" src="bbs/golden47_index.html">
</frameset>
</html>
------------------------------------------------------
-bbs/golden47.index.html------------------------------
<?
include "./m_connect.php";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<title>MY HOME</title>
<STYLE>
body,td,tr,table{font-size:9pt; font-family:돋움; color:#000000; line-height:150%;}
A:link {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:visited {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:active {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:hover {font-family:돋움; font-size:9pt; color:#CBCBC8; text-decoration:none;position:relative;top:2;left:2}
</STYLE>
<script>
function iframe_autoresize(arg) {
arg.height = eval(arg.name+".document.body.scrollHeight");
}
</script>
</head>
<body topmargin="10" marginheight="10" leftmargin="10" marginwidth="10">
<table border="0" cellpadding="0" cellspacing="0" width="900" height="32" background="./images_m/cyber_bgline1.gif">
<tr>
<td width="1349">
<p> </p>
</td>
</tr>
</table>
<div align="left">
<table width="900" border="0" cellpadding="0" cellspacing="0" background="./images_m/cyber_bgline3.gif">
<tr>
<td width="211" valign="top">
<p align="center"> <a href="golden47_index.html"><img src="images_m/main_logo.jpg" width="175" height="175" border="0"></a></p>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" style=margin-top:10>
<tr>
<td align="center" valign="top">
<div align="right">
<table style="margin-top:12; border-bottom-width:0; border-style:none;" border="0" cellspacing="0" width="180" cellpadding="3">
<tr>
<td style="border-width:1; border-style:dotted;" height="26">
<? print_outlogin("ganjilogin002", 1, 10) ?>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="14">
<p><b> <a href="golden47_index.html">+
HOME</a></b></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="10">
<p> <a href="zboard.php?id=notice"><b>공
지 사 항</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="10">
<p><b> </b><a href="zboard.php?id=about"><b>소
개</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="7">
<p><b> </b><a href="zboard.php?id=freeboard"><b>자
유 게 시 판</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="7">
<p><b> </b><a href="zboard.php?id=gallery"><b>갤
러 리</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="14">
<p><b> </b><a href="zboard.php?id=guest"><b>방
명 록</b></a></p>
</td>
</tr>
</table>
</div>
<p align="right"><iframe src="huniz_skyblue_vote/vote_blue.php" width="190" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"></iframe></p>
</td>
</tr>
</table></td>
<td width="20" valign="top" background="./images_m/cyber_bgline4.gif"><img src="./images_m/cyber_bgline5.gif" width="20" height="24"></td>
<td align="center" valign="top" width="673">
<p align="left"><img src="images_m/mail_service_ok_top.jpg" width="650" height="56" border="0"></p>
<p align="left"><!--이곳 위golden47_head--> <? include ("golden47_main.html"); ?> <!--이곳 아래golden47_foot--></p> </td>
</tr>
</table>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="900" height="29" background="./images_m/cyber_bgline2.gif">
<tr>
<td width="1349">
<p> </p>
</td>
</tr>
</table>
</body>
</html>
------------------------------------------------------------------------
-bbs/golden47_main.html------------------------------------------------
<!--이곳은메인index-->
<base target="main">
<div align="left">
<table border="0" width="95%">
<tr>
<td width="630" height="12" colspan="2">
<p><? print_bbs("jinky_notice_0403", "공지사항", "notice", 5, 30)?></p>
</td>
</tr>
<tr>
<td height="3" colspan="2" bgcolor="#F4F4F4">
</td>
</tr>
<tr>
<td width="326" height="15">
<p><? print_bbs("backpce_10bbs", "자 유 게 시 판", "freeboard", 5, 30)?></p>
</td>
<td width="326" height="15">
<p><? print_bbs("backpce_10bbs", "방 명 록", "guest", 5, 30)?></p>
</td>
</tr>
<tr>
<td width="326" height="2">
<p> </p>
</td>
<td width="326" height="2">
<p> </p>
</td>
</tr>
<tr>
<td width="630" height="9" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="630" height=100% colspan="2">
<? print_gallery("golden47_gallery", "이 미 지 갤 러 리", "gallery", 5, 110, 100, 5) ?>
</td>
</tr>
</table>
</div>
<!--이곳은메인index-->
----------------------------------------------------------------------------
foot과 head는 수정이 필요 없을것 같아 제외 했습니다.
메뉴를 누루면 golden47_main.html에 나와주었으면 하는데 휑하니 보드만 떠버립니다. ㅠ_ㅠ
어찌하면 되나요????
모사이트의 템플릿을 퍼다가 수정해서 사용하려는데 어렵네요...
노프레임인데 타겟지정을 어찌할줄 몰라 이렇게 나옵니다.
http://ktmaia.webice.co.kr/ <-- 현재상황
메인화면에 나올까요 ㅠ_ㅠ
-index.html-------------------------------------------
<html>
<TITLE>어렵다 어려워</TITLE>
<frameset rows="1*">
<frame name="main" src="bbs/golden47_index.html">
</frameset>
</html>
------------------------------------------------------
-bbs/golden47.index.html------------------------------
<?
include "./m_connect.php";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<title>MY HOME</title>
<STYLE>
body,td,tr,table{font-size:9pt; font-family:돋움; color:#000000; line-height:150%;}
A:link {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:visited {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:active {font-family:돋움; font-size:9pt; color:#000000; text-decoration:none;}
A:hover {font-family:돋움; font-size:9pt; color:#CBCBC8; text-decoration:none;position:relative;top:2;left:2}
</STYLE>
<script>
function iframe_autoresize(arg) {
arg.height = eval(arg.name+".document.body.scrollHeight");
}
</script>
</head>
<body topmargin="10" marginheight="10" leftmargin="10" marginwidth="10">
<table border="0" cellpadding="0" cellspacing="0" width="900" height="32" background="./images_m/cyber_bgline1.gif">
<tr>
<td width="1349">
<p> </p>
</td>
</tr>
</table>
<div align="left">
<table width="900" border="0" cellpadding="0" cellspacing="0" background="./images_m/cyber_bgline3.gif">
<tr>
<td width="211" valign="top">
<p align="center"> <a href="golden47_index.html"><img src="images_m/main_logo.jpg" width="175" height="175" border="0"></a></p>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0" style=margin-top:10>
<tr>
<td align="center" valign="top">
<div align="right">
<table style="margin-top:12; border-bottom-width:0; border-style:none;" border="0" cellspacing="0" width="180" cellpadding="3">
<tr>
<td style="border-width:1; border-style:dotted;" height="26">
<? print_outlogin("ganjilogin002", 1, 10) ?>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="14">
<p><b> <a href="golden47_index.html">+
HOME</a></b></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="10">
<p> <a href="zboard.php?id=notice"><b>공
지 사 항</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="10">
<p><b> </b><a href="zboard.php?id=about"><b>소
개</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="7">
<p><b> </b><a href="zboard.php?id=freeboard"><b>자
유 게 시 판</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="7">
<p><b> </b><a href="zboard.php?id=gallery"><b>갤
러 리</b></a></p>
</td>
</tr>
<tr>
<td style="border-bottom-width:1; border-bottom-style:dotted;" height="14">
<p><b> </b><a href="zboard.php?id=guest"><b>방
명 록</b></a></p>
</td>
</tr>
</table>
</div>
<p align="right"><iframe src="huniz_skyblue_vote/vote_blue.php" width="190" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"></iframe></p>
</td>
</tr>
</table></td>
<td width="20" valign="top" background="./images_m/cyber_bgline4.gif"><img src="./images_m/cyber_bgline5.gif" width="20" height="24"></td>
<td align="center" valign="top" width="673">
<p align="left"><img src="images_m/mail_service_ok_top.jpg" width="650" height="56" border="0"></p>
<p align="left"><!--이곳 위golden47_head--> <? include ("golden47_main.html"); ?> <!--이곳 아래golden47_foot--></p> </td>
</tr>
</table>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="900" height="29" background="./images_m/cyber_bgline2.gif">
<tr>
<td width="1349">
<p> </p>
</td>
</tr>
</table>
</body>
</html>
------------------------------------------------------------------------
-bbs/golden47_main.html------------------------------------------------
<!--이곳은메인index-->
<base target="main">
<div align="left">
<table border="0" width="95%">
<tr>
<td width="630" height="12" colspan="2">
<p><? print_bbs("jinky_notice_0403", "공지사항", "notice", 5, 30)?></p>
</td>
</tr>
<tr>
<td height="3" colspan="2" bgcolor="#F4F4F4">
</td>
</tr>
<tr>
<td width="326" height="15">
<p><? print_bbs("backpce_10bbs", "자 유 게 시 판", "freeboard", 5, 30)?></p>
</td>
<td width="326" height="15">
<p><? print_bbs("backpce_10bbs", "방 명 록", "guest", 5, 30)?></p>
</td>
</tr>
<tr>
<td width="326" height="2">
<p> </p>
</td>
<td width="326" height="2">
<p> </p>
</td>
</tr>
<tr>
<td width="630" height="9" colspan="2">
<p> </p>
</td>
</tr>
<tr>
<td width="630" height=100% colspan="2">
<? print_gallery("golden47_gallery", "이 미 지 갤 러 리", "gallery", 5, 110, 100, 5) ?>
</td>
</tr>
</table>
</div>
<!--이곳은메인index-->
----------------------------------------------------------------------------
foot과 head는 수정이 필요 없을것 같아 제외 했습니다.
메뉴를 누루면 golden47_main.html에 나와주었으면 하는데 휑하니 보드만 떠버립니다. ㅠ_ㅠ
어찌하면 되나요????