프로그래머가 없어 주먹구구로 홈페이지 만들고 있는 디자이너입니다.....
해당페이지 보시면 서브 메뉴를 탭으로 눌러서 하단의 게시판만 바뀌게 해야 하는데,
어데가 어떻게 잘못되었는지 모르겠습니다....ㅠㅠ
소스는 이래 했습니다...
요래....>
<?
$g4_path = "./gnuboard4"; //<--그누보드 설치 폴더명입니다.
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/head.sub.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=0.3)"> <!-- 들어올때 -->
<META HTTP-EQUIV="Page-exit" CONTENT="BlendTrans(Duration=0.3)"> <!-- 나갈때 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to SAMO!</title>
<style type="text/css">
<!--
body {
background-image: url(images/sub_bg.jpg);
background-repeat: repeat-x;
}
-->
</style>
<script src="/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="/iezn_embed_patch.0.42.js" type="text/javascript"></script>
<script>
<!--
curPage=1;
$g4_path = "./gnuboard4"; //<--그누보드 설치 폴더명입니다.
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/head.sub.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META HTTP-EQUIV="Page-Enter" CONTENT="BlendTrans(Duration=0.3)"> <!-- 들어올때 -->
<META HTTP-EQUIV="Page-exit" CONTENT="BlendTrans(Duration=0.3)"> <!-- 나갈때 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to SAMO!</title>
<style type="text/css">
<!--
body {
background-image: url(images/sub_bg.jpg);
background-repeat: repeat-x;
}
-->
</style>
<script src="/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="/iezn_embed_patch.0.42.js" type="text/javascript"></script>
<script>
<!--
curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e){
if(e.target==document)return false;
}
}
else {
document.onmousedown = function(){return false}
}
//-->
</script>
//-->
</script>
<script language="javascript">
<!--
var tabCnt1 = 14;
<!--
var tabCnt1 = 14;
function on(num)
{
for (var i=1; i<=tabCnt1; i++)
{
var tab = document.getElementById('tab0' + i);
var lyr = document.getElementById('spec0' + i);
if (num == i)
{
tab.src = tab.src.replace('1_1.jpg', '1_100.jpg');
tab.src = tab.src.replace('1_2.jpg', '1_200.jpg');
tab.src = tab.src.replace('1_3.jpg', '1_300.jpg');
tab.src = tab.src.replace('1_4.jpg', '1_400.jpg');
tab.src = tab.src.replace('1_5.jpg', '1_500.jpg');
tab.src = tab.src.replace('1_6.jpg', '1_600.jpg');
tab.src = tab.src.replace('1_7.jpg', '1_700.jpg');
tab.src = tab.src.replace('1_8.jpg', '1_800.jpg');
tab.src = tab.src.replace('1_9.jpg', '1_900.jpg');
tab.src = tab.src.replace('1_10.jpg', '1_1000.jpg');
tab.src = tab.src.replace('1_11.jpg', '1_1100.jpg');
tab.src = tab.src.replace('1_12.jpg', '1_1200.jpg');
tab.src = tab.src.replace('1_13.jpg', '1_1300.jpg');
tab.src = tab.src.replace('1_14.jpg', '1_1400.jpg');
lyr.style.display = 'block';
//the_iframe1.location.href = '/gnuboard4/bbs/board.php?bo_table=pro2_' + i + '_mv';
//the_iframe2.location.href = '/gnuboard4/bbs/board.php?bo_table=pro2_' + i;
//the_iframe3.location.href = '/gnuboard4/bbs/board.php?bo_table=qna';
}
else
{
tab.src = tab.src.replace('1_100.jpg', '1_1.jpg');
tab.src = tab.src.replace('1_200.jpg', '1_2.jpg');
tab.src = tab.src.replace('1_300.jpg', '1_3.jpg');
tab.src = tab.src.replace('1_400.jpg', '1_4.jpg');
tab.src = tab.src.replace('1_500.jpg', '1_5.jpg');
tab.src = tab.src.replace('1_600.jpg', '1_6.jpg');
tab.src = tab.src.replace('1_700.jpg', '1_7.jpg');
tab.src = tab.src.replace('1_800.jpg', '1_8.jpg');
tab.src = tab.src.replace('1_900.jpg', '1_9.jpg');
tab.src = tab.src.replace('1_1000.jpg', '1_10.jpg');
tab.src = tab.src.replace('1_1100.jpg', '1_11.jpg');
tab.src = tab.src.replace('1_1200.jpg', '1_12.jpg');
tab.src = tab.src.replace('1_1300.jpg', '1_13.jpg');
tab.src = tab.src.replace('1_1400.jpg', '1_14.jpg');
lyr.style.display = 'none';
}
}
}
{
for (var i=1; i<=tabCnt1; i++)
{
var tab = document.getElementById('tab0' + i);
var lyr = document.getElementById('spec0' + i);
if (num == i)
{
tab.src = tab.src.replace('1_1.jpg', '1_100.jpg');
tab.src = tab.src.replace('1_2.jpg', '1_200.jpg');
tab.src = tab.src.replace('1_3.jpg', '1_300.jpg');
tab.src = tab.src.replace('1_4.jpg', '1_400.jpg');
tab.src = tab.src.replace('1_5.jpg', '1_500.jpg');
tab.src = tab.src.replace('1_6.jpg', '1_600.jpg');
tab.src = tab.src.replace('1_7.jpg', '1_700.jpg');
tab.src = tab.src.replace('1_8.jpg', '1_800.jpg');
tab.src = tab.src.replace('1_9.jpg', '1_900.jpg');
tab.src = tab.src.replace('1_10.jpg', '1_1000.jpg');
tab.src = tab.src.replace('1_11.jpg', '1_1100.jpg');
tab.src = tab.src.replace('1_12.jpg', '1_1200.jpg');
tab.src = tab.src.replace('1_13.jpg', '1_1300.jpg');
tab.src = tab.src.replace('1_14.jpg', '1_1400.jpg');
lyr.style.display = 'block';
//the_iframe1.location.href = '/gnuboard4/bbs/board.php?bo_table=pro2_' + i + '_mv';
//the_iframe2.location.href = '/gnuboard4/bbs/board.php?bo_table=pro2_' + i;
//the_iframe3.location.href = '/gnuboard4/bbs/board.php?bo_table=qna';
}
else
{
tab.src = tab.src.replace('1_100.jpg', '1_1.jpg');
tab.src = tab.src.replace('1_200.jpg', '1_2.jpg');
tab.src = tab.src.replace('1_300.jpg', '1_3.jpg');
tab.src = tab.src.replace('1_400.jpg', '1_4.jpg');
tab.src = tab.src.replace('1_500.jpg', '1_5.jpg');
tab.src = tab.src.replace('1_600.jpg', '1_6.jpg');
tab.src = tab.src.replace('1_700.jpg', '1_7.jpg');
tab.src = tab.src.replace('1_800.jpg', '1_8.jpg');
tab.src = tab.src.replace('1_900.jpg', '1_9.jpg');
tab.src = tab.src.replace('1_1000.jpg', '1_10.jpg');
tab.src = tab.src.replace('1_1100.jpg', '1_11.jpg');
tab.src = tab.src.replace('1_1200.jpg', '1_12.jpg');
tab.src = tab.src.replace('1_1300.jpg', '1_13.jpg');
tab.src = tab.src.replace('1_1400.jpg', '1_14.jpg');
lyr.style.display = 'none';
}
}
}
function fncInit1()
{
on(14);
on(13);
on(12);
on(11);
on(10);
on(9);
on(8);
on(7);
on(6);
on(5);
on(4);
on(3);
on(2);
on(1);
}
//-->
</script>
{
on(14);
on(13);
on(12);
on(11);
on(10);
on(9);
on(8);
on(7);
on(6);
on(5);
on(4);
on(3);
on(2);
on(1);
}
//-->
</script>
<script language="javascript" type="text/javascript">
<!--
var ifr= parent.document.all? parent.document.all.pro : parent.document.getElementById("pro") ;
<!--
var ifr= parent.document.all? parent.document.all.pro : parent.document.getElementById("pro") ;
function do_resize()
{
resizeFrame(1);
}
{
resizeFrame(1);
}
function resizeFrame(re)
{
if (ifr)
{
var innerHeight = document.body.scrollHeight + (document.body.offsetHeight - document.body.clientHeight);
if (ifr.style.height != innerHeight)
{
ifr.style.height = innerHeight;
}
if(!re)
{
try
{
document.body.attachEvent('onMousemove',do_resize);
document.body.attachEvent('onkeyup',do_resize);
}
catch(e)
{
document.body.addEventListener("onMousemove", do_resize, false);
document.body.addEventListener("keyup", do_resize, false);
}
}
}
}
//-->
</script>
{
if (ifr)
{
var innerHeight = document.body.scrollHeight + (document.body.offsetHeight - document.body.clientHeight);
if (ifr.style.height != innerHeight)
{
ifr.style.height = innerHeight;
}
if(!re)
{
try
{
document.body.attachEvent('onMousemove',do_resize);
document.body.attachEvent('onkeyup',do_resize);
}
catch(e)
{
document.body.addEventListener("onMousemove", do_resize, false);
document.body.addEventListener("keyup", do_resize, false);
}
}
}
}
//-->
</script>
<script language="JavaScript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;
<!--
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>
</head>
document.getElementById('the_iframe').height= the_height;
//-->
}
</script>
</head>
<body topmargin="0" leftmargin="0" scroll="yes">
<table width="1024" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="1024" align="center" valign="middle"><table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1024"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1024" height="90">
<param name="movie" value="fal/navi.swf" />
<param name="quality" value="high" />
<embed src="fal/navi.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1024" height="90"></embed>
</object></td>
</tr>
<tr>
<td><table width="1024" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1024" height="660"><table widty="1024" border="0" cellpadding="0" cellspacing="0"><tr>
<td colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1024" height="180">
<param name="movie" value="fal/sub_top.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="fal/sub_top.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1024" height="180"></embed>
</object></td>
</tr></table>
<table width="1024" border="0" cellpadding="0" cellspacing="0" background="images/contents/bg2.jpg">
<tr>
<td width="237" valign="top"><table width="235" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="235" height="800">
<param name="movie" value="fal/sub_2.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="fal/sub_2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="235" height="800"></embed>
</object></td>
</tr>
<tr>
<td><img src="images/contents/b_1_05.jpg" alt="" width="235" height="76" /></td>
</tr>
<tr>
<td><img src="images/b_1_06.jpg" alt="" width="235" height="318" /></td>
</tr>
</table></td>
<td width="7" rowspan="3"><img src="images/contents/b_1_03.png" width="7" height="1223" /></td>
<td width="760" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="760"><img src="images/contents/pro/1_top.jpg" width="760" height="143" /></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_100.jpg" alt="1" name="tab001" align='absmiddle' id='tab001' style="cursor:hand" onclick='onOff(1)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_2.jpg" alt="1" name="tab002" align='absmiddle' id='tab002' style="cursor:hand" onclick='onOff(2)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_3.jpg" alt="1" name="tab003" align='absmiddle' id='tab003' style="cursor:hand" onclick='onOff(3)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_4.jpg" alt="1" name="tab004" align='absmiddle' id='tab004' style="cursor:hand" onclick='onOff(4)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_5.jpg" alt="1" name="tab005" align='absmiddle' id='tab005' style="cursor:hand" onclick='onOff(5)' /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_6.jpg" alt="1" name="tab006" align='absmiddle' id='tab006' style="cursor:hand" onclick='onOff(6)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_7.jpg" alt="1" name="tab007" align='absmiddle' id='tab007' style="cursor:hand" onclick='onOff(7)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_8.jpg" alt="1" name="tab008" align='absmiddle' id='tab008' style="cursor:hand" onclick='onOff(8)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_9.jpg" alt="1" name="tab009" align='absmiddle' id='tab009' style="cursor:hand" onclick='onOff(9)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_10.jpg" alt="1" name="tab0010" align='absmiddle' id='tab0010' style="cursor:hand" onclick='onOff(10)' /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_11.jpg" alt="1" name="tab0011" align='absmiddle' id='tab0011' style="cursor:hand" onclick='onOff(11)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_12.jpg" alt="1" name="tab0012" align='absmiddle' id='tab0012' style="cursor:hand" onclick='onOff(12)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_13.jpg" alt="1" name="tab0013" align='absmiddle' id='tab0013' style="cursor:hand" onclick='onOff(13)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_14.jpg" alt="1" name="tab0014" align='absmiddle' id='tab0014' style="cursor:hand" onclick='onOff(14)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/blank.jpg" width="138" height="29" /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='spec001' style='display:block;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent1">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_1" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe1" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='spec002' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent2">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_2" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe2" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_3' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent3">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_3" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe3" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_4' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent4">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_4" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe4" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_5' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent5">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_5" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe5" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_6' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent6">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_6" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe6" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_7' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent7">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_7" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe7" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_8' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent8">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_8" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe8" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_9' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent9">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_9" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe9" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_10' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent10">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_10" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe10" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_11' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent11">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임
<table width="1024" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="1024" align="center" valign="middle"><table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1024"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1024" height="90">
<param name="movie" value="fal/navi.swf" />
<param name="quality" value="high" />
<embed src="fal/navi.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1024" height="90"></embed>
</object></td>
</tr>
<tr>
<td><table width="1024" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1024" height="660"><table widty="1024" border="0" cellpadding="0" cellspacing="0"><tr>
<td colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1024" height="180">
<param name="movie" value="fal/sub_top.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="fal/sub_top.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1024" height="180"></embed>
</object></td>
</tr></table>
<table width="1024" border="0" cellpadding="0" cellspacing="0" background="images/contents/bg2.jpg">
<tr>
<td width="237" valign="top"><table width="235" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="235" height="800">
<param name="movie" value="fal/sub_2.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="fal/sub_2.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="235" height="800"></embed>
</object></td>
</tr>
<tr>
<td><img src="images/contents/b_1_05.jpg" alt="" width="235" height="76" /></td>
</tr>
<tr>
<td><img src="images/b_1_06.jpg" alt="" width="235" height="318" /></td>
</tr>
</table></td>
<td width="7" rowspan="3"><img src="images/contents/b_1_03.png" width="7" height="1223" /></td>
<td width="760" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="760" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="760"><img src="images/contents/pro/1_top.jpg" width="760" height="143" /></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_100.jpg" alt="1" name="tab001" align='absmiddle' id='tab001' style="cursor:hand" onclick='onOff(1)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_2.jpg" alt="1" name="tab002" align='absmiddle' id='tab002' style="cursor:hand" onclick='onOff(2)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_3.jpg" alt="1" name="tab003" align='absmiddle' id='tab003' style="cursor:hand" onclick='onOff(3)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_4.jpg" alt="1" name="tab004" align='absmiddle' id='tab004' style="cursor:hand" onclick='onOff(4)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_5.jpg" alt="1" name="tab005" align='absmiddle' id='tab005' style="cursor:hand" onclick='onOff(5)' /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_6.jpg" alt="1" name="tab006" align='absmiddle' id='tab006' style="cursor:hand" onclick='onOff(6)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_7.jpg" alt="1" name="tab007" align='absmiddle' id='tab007' style="cursor:hand" onclick='onOff(7)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_8.jpg" alt="1" name="tab008" align='absmiddle' id='tab008' style="cursor:hand" onclick='onOff(8)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_9.jpg" alt="1" name="tab009" align='absmiddle' id='tab009' style="cursor:hand" onclick='onOff(9)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_10.jpg" alt="1" name="tab0010" align='absmiddle' id='tab0010' style="cursor:hand" onclick='onOff(10)' /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_11.jpg" alt="1" name="tab0011" align='absmiddle' id='tab0011' style="cursor:hand" onclick='onOff(11)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_12.jpg" alt="1" name="tab0012" align='absmiddle' id='tab0012' style="cursor:hand" onclick='onOff(12)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_13.jpg" alt="1" name="tab0013" align='absmiddle' id='tab0013' style="cursor:hand" onclick='onOff(13)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/1_14.jpg" alt="1" name="tab0014" align='absmiddle' id='tab0014' style="cursor:hand" onclick='onOff(14)' /></td>
<td width="2" align="center"> </td>
<td width="138" align="center"><img src="images/contents/pro/1tab/blank.jpg" width="138" height="29" /></td>
<td width="2" align="center"> </td>
<td width="152" align="center"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='spec001' style='display:block;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent1">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_1" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe1" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='spec002' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent2">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_2" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe2" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_3' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent3">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_3" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe3" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_4' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent4">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_4" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe4" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_5' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent5">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_5" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe5" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_6' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent6">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_6" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe6" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_7' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent7">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_7" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe7" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_8' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent8">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_8" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe8" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_9' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent9">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_9" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe9" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_10' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent10">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임 연결 -->
<iframe src="http://www.samo35.com/gnuboard4/bbs/board.php?bo_table=1_10" width="750" height="100%" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" id="the_iframe10" id="the_iframe" name="the_iframe" onLoad="calcHeight();"></iframe>
<!-- end #proContent1 -->
</div>
</div>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div id='1_11' style='display:none;'>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="proContent11">
<div style="height:245px; margin-top:3px;">
<!-- 그누보드 아이프레임
댓글 1개
13년 전
서브 메뉴 눌렀을때 게시판 부분만 변화 주시는거 말씀하시는 건가요?
각 게시판 메뉴에 보시면 상단 파일 경로에 ../head.php / 하단 파일 경로에 ../tail.php 요거
넣어주심 됩니다.
각 게시판 메뉴에 보시면 상단 파일 경로에 ../head.php / 하단 파일 경로에 ../tail.php 요거
넣어주심 됩니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7330 | 11년 전 | 1708 | ||
| 7329 | 11년 전 | 952 | ||
| 7328 | 11년 전 | 2245 | ||
| 7327 | 11년 전 | 1736 | ||
| 7326 | 11년 전 | 3835 | ||
| 7325 | 11년 전 | 2301 | ||
| 7324 | 11년 전 | 4536 | ||
| 7323 |
호식이와미돌
|
11년 전 | 1322 | |
| 7322 |
호식이와미돌
|
11년 전 | 1165 | |
| 7321 | 11년 전 | 1811 | ||
| 7320 | 11년 전 | 1785 | ||
| 7319 | 11년 전 | 1339 | ||
| 7318 |
|
11년 전 | 997 | |
| 7317 |
멋진남자임
|
11년 전 | 1640 | |
| 7316 |
잘살아보자
|
11년 전 | 1006 | |
| 7315 | 11년 전 | 1132 | ||
| 7314 | 11년 전 | 1352 | ||
| 7313 |
잘살아보자
|
11년 전 | 1141 | |
| 7312 | 11년 전 | 900 | ||
| 7311 |
사랑한데이
|
11년 전 | 2103 | |
| 7310 |
잘살아보자
|
11년 전 | 1912 | |
| 7309 |
잘살아보자
|
11년 전 | 3072 | |
| 7308 |
잘살아보자
|
11년 전 | 1030 | |
| 7307 |
잘살아보자
|
11년 전 | 793 | |
| 7306 | 11년 전 | 894 | ||
| 7305 |
잘살아보자
|
11년 전 | 2771 | |
| 7304 | 11년 전 | 1057 | ||
| 7303 | 11년 전 | 1251 | ||
| 7302 | 11년 전 | 761 | ||
| 7301 | 11년 전 | 1543 | ||
| 7300 |
mijaya
|
11년 전 | 1516 | |
| 7299 | 11년 전 | 935 | ||
| 7298 | 11년 전 | 1117 | ||
| 7297 | 11년 전 | 793 | ||
| 7296 | 11년 전 | 756 | ||
| 7295 | 11년 전 | 1584 | ||
| 7294 | 11년 전 | 938 | ||
| 7293 | 11년 전 | 834 | ||
| 7292 | 11년 전 | 918 | ||
| 7291 |
잘살아보자
|
11년 전 | 1107 | |
| 7290 |
잘살아보자
|
11년 전 | 788 | |
| 7289 | 11년 전 | 825 | ||
| 7288 |
잘살아보자
|
11년 전 | 1362 | |
| 7287 | 11년 전 | 850 | ||
| 7286 |
잘살아보자
|
11년 전 | 1351 | |
| 7285 | 11년 전 | 845 | ||
| 7284 | 11년 전 | 995 | ||
| 7283 | 11년 전 | 1021 | ||
| 7282 | 11년 전 | 787 | ||
| 7281 | 11년 전 | 826 | ||
| 7280 | 11년 전 | 1075 | ||
| 7279 | 11년 전 | 1997 | ||
| 7278 | 11년 전 | 831 | ||
| 7277 | 11년 전 | 838 | ||
| 7276 | 11년 전 | 770 | ||
| 7275 | 11년 전 | 1193 | ||
| 7274 | 11년 전 | 839 | ||
| 7273 | 11년 전 | 764 | ||
| 7272 | 11년 전 | 1086 | ||
| 7271 | 11년 전 | 1418 | ||
| 7270 | 11년 전 | 1038 | ||
| 7269 | 11년 전 | 976 | ||
| 7268 | 11년 전 | 1011 | ||
| 7267 | 11년 전 | 1861 | ||
| 7266 | 11년 전 | 919 | ||
| 7265 | 11년 전 | 970 | ||
| 7264 |
잘살아보자
|
11년 전 | 2734 | |
| 7263 |
잘살아보자
|
11년 전 | 2272 | |
| 7262 |
잘살아보자
|
11년 전 | 1148 | |
| 7261 |
잘살아보자
|
11년 전 | 1644 | |
| 7260 |
잘살아보자
|
11년 전 | 1265 | |
| 7259 | 11년 전 | 1180 | ||
| 7258 |
잘살아보자
|
11년 전 | 1310 | |
| 7257 |
잘살아보자
|
11년 전 | 1912 | |
| 7256 | 11년 전 | 958 | ||
| 7255 |
그누5입문
|
11년 전 | 1968 | |
| 7254 | 11년 전 | 2178 | ||
| 7253 |
|
11년 전 | 881 | |
| 7252 | 11년 전 | 1013 | ||
| 7251 | 11년 전 | 732 | ||
| 7250 | 11년 전 | 1702 | ||
| 7249 | 11년 전 | 1559 | ||
| 7248 |
sogo87
|
11년 전 | 1055 | |
| 7247 | 11년 전 | 951 | ||
| 7246 | 11년 전 | 722 | ||
| 7245 |
잘살아보자
|
11년 전 | 1093 | |
| 7244 | 11년 전 | 1545 | ||
| 7243 |
presee
|
11년 전 | 613 | |
| 7242 |
sogo87
|
11년 전 | 801 | |
| 7241 | 11년 전 | 921 | ||
| 7240 |
브라이언2
|
11년 전 | 930 | |
| 7239 |
|
11년 전 | 1145 | |
| 7238 | 11년 전 | 2642 | ||
| 7237 |
잘살아보자
|
11년 전 | 2280 | |
| 7236 |
dethos79
|
11년 전 | 1854 | |
| 7235 |
멋진남자임
|
11년 전 | 1418 | |
| 7234 | 11년 전 | 1359 | ||
| 7233 | 11년 전 | 2339 | ||
| 7232 | 11년 전 | 1617 | ||
| 7231 | 11년 전 | 2799 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기