묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
타겟값을
2003.05.29 11:39
위에 주메뉴고 왼쪽이 부메뉴거든요
주메뉴와 부메뉴에 링크를 걸어 게시판 뜨는 위치에 제로보드가 뜨게 하려고 하거든요
근데 새창으로 뜨더라구요
어떻게 해야 하는지요??
헤데부분의 php파일 내용부분입니다
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="http://comdosa.com/momenent/background.gif">
<table cellpadding="0" cellspacing="0" width="780">
<tr>
<td width="780" colspan="2">
<p><img src="http://comdosa.com/momenent/menu-1.jpg" width="780" height="200" border="0" usemap="#ImageMap1"></p>
</td>
</tr>
<tr>
<td width="180" height="500">
<p><img src="http://comdosa.com/momenent/0928-1.jpg" width="180" height="500" border="0" usemap="#ImageMap2"></p>
</td>
<td width="600" valign="top" bgcolor="white">
푸터부분의 php파일입니다
</td>
</tr>
</table>
<map name="ImageMap1">
<area shape="rect" coords="648, 48, 664, 64" href="http://comdosa.com/momenent/bbs/zboard.php?id=notice" on-Focus='this.blur()'>
<area shape="rect" coords="647, 67, 664, 84" href="http://comdosa.com/momenent/bbs/zboard.php?id=board">
<area shape="rect" coords="648, 88, 663, 104" href="http://comdosa.com/momenent/bbs/zboard.php?id=photo">
<area shape="rect" coords="648, 109, 663, 124" href="http://comdosa.com/momenent/bbs/zboard.php?id=guest">
<area shape="rect" coords="648, 129, 663, 144" href="http://comdosa.com/momenent/bbs/zboard.php?id=monologue">
<area shape="rect" coords="647, 147, 663, 164" href="http://comdosa.com/momenent/bbs/zboard.php?id=master">
<area shape="rect" coords="648, 168, 664, 184" href="http://comdosa.com/momenent/bbs/zboard.php?id=link">
</map><map name="ImageMap2">
<area shape="rect" coords="7, 8, 132, 28" href="http://comdosa.com/momenent/bbs/zboard.php?id=board">
<area shape="rect" coords="6, 57, 177, 78" href="http://comdosa.com/momenent/bbs/zboard.php?id=board1">
</map></body>
</html>
타겟값을 어떻게 넣죠??
아이프레임이 아닌데요;;
주메뉴와 부메뉴에 링크를 걸어 게시판 뜨는 위치에 제로보드가 뜨게 하려고 하거든요
근데 새창으로 뜨더라구요
어떻게 해야 하는지요??
헤데부분의 php파일 내용부분입니다
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="http://comdosa.com/momenent/background.gif">
<table cellpadding="0" cellspacing="0" width="780">
<tr>
<td width="780" colspan="2">
<p><img src="http://comdosa.com/momenent/menu-1.jpg" width="780" height="200" border="0" usemap="#ImageMap1"></p>
</td>
</tr>
<tr>
<td width="180" height="500">
<p><img src="http://comdosa.com/momenent/0928-1.jpg" width="180" height="500" border="0" usemap="#ImageMap2"></p>
</td>
<td width="600" valign="top" bgcolor="white">
푸터부분의 php파일입니다
</td>
</tr>
</table>
<map name="ImageMap1">
<area shape="rect" coords="648, 48, 664, 64" href="http://comdosa.com/momenent/bbs/zboard.php?id=notice" on-Focus='this.blur()'>
<area shape="rect" coords="647, 67, 664, 84" href="http://comdosa.com/momenent/bbs/zboard.php?id=board">
<area shape="rect" coords="648, 88, 663, 104" href="http://comdosa.com/momenent/bbs/zboard.php?id=photo">
<area shape="rect" coords="648, 109, 663, 124" href="http://comdosa.com/momenent/bbs/zboard.php?id=guest">
<area shape="rect" coords="648, 129, 663, 144" href="http://comdosa.com/momenent/bbs/zboard.php?id=monologue">
<area shape="rect" coords="647, 147, 663, 164" href="http://comdosa.com/momenent/bbs/zboard.php?id=master">
<area shape="rect" coords="648, 168, 664, 184" href="http://comdosa.com/momenent/bbs/zboard.php?id=link">
</map><map name="ImageMap2">
<area shape="rect" coords="7, 8, 132, 28" href="http://comdosa.com/momenent/bbs/zboard.php?id=board">
<area shape="rect" coords="6, 57, 177, 78" href="http://comdosa.com/momenent/bbs/zboard.php?id=board1">
</map></body>
</html>
타겟값을 어떻게 넣죠??
아이프레임이 아닌데요;;
댓글 2
-
스티치
2003.05.29 12:10
-
특급잠수부
2003.05.29 17:02
href="javascript:self.location.href='http://comdosa.com/momenent/bbs/zboard.php?id=notice';"
이런식으로 해보시길 바랍니다.
map 소스를 헤더로 옮겨넣으면 되지 않을까 싶은데..
그래도 안되면 제로보드 자체에 문제가.. 흐음..
그리고 onfocus=blur() 입니다. 소스를 잘못 적으신듯..
해당 페이지를 보면 더 자세히 알 수 있을텐데 말이죠..흐음..