최근 게시물 관련. 정보
최근 게시물 관련.본문
또 한번 질문 올립니다.
답변해 주신 분들 덕에, 어느정도 해결이 되었습니다.
하지만, 되다안되다 하네요.ㅠㅠㅠㅠㅠㅠㅠㅠ
어쩔땐, 화면이 정상적으로 나오지만..어쩔떈, 화면 맨 위에
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/tiger4378/www/_common.php:4) in /home/hosting_users/tiger4378/www/gnuboard4/head.sub.php on line 38
이런 긴 오류가 뜹니다.ㅠㅠ
어느부분을 수정해야 할까요.ㅠㅠㅠ
댓글 전체
ㅋ 제가 방금 그 문제로 머리썩이다가 방금 해결했습니다 ....
혹시 다운 받은것 중에
lib 파일이 있으면 지워보고 해보세요 ...
아니면 고친파일중에 여백이 있는 곳을 찾아 지워주세요 ...
저는 리브 파일 하나가 다른 스킨 파일이랑 엉켜서 ...
결국 지워버리고서야 해결났거든요 ..
혹시 다운 받은것 중에
lib 파일이 있으면 지워보고 해보세요 ...
아니면 고친파일중에 여백이 있는 곳을 찾아 지워주세요 ...
저는 리브 파일 하나가 다른 스킨 파일이랑 엉켜서 ...
결국 지워버리고서야 해결났거든요 ..
lib파일이 없어요.ㅠㅠㅠ
혹시나 싶어 lib폴더를 통째로, 지워봤지만, 무서운 오류가 뜨길래, 부랴부랴 복구시켰습니다.
그리고..여백이 있는 곳도 모두 신나게 없애고, 붙여주어 봤지만, 여전히 오류가 뜨네요.ㅠㅠㅠ
소스 함께 동봉할게요.ㅠㅠㅠㅠ문제점좀 지적해주세요.ㅜㅜㅜ
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "행복을 주는 사람들의 프로포즈 가이드";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>행복을 주는 사람들의 프로포즈 가이드</title>
<meta name="generator" content="Namo WebEditor v5.0">
<style>
body, table, td {overflow-x:hidden; overflow-y:auto}
</style>
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" OnLoad="na_preload_img(false, 'http://www.wowhpm.com/image/m11.gif', 'http://www.wowhpm.com/image/m22.GIF', 'http://www.wowhpm.com/image/m33.gif', 'http://www.wowhpm.com/image/m44.gif', 'http://www.wowhpm.com/image/m55.gif');">
<table border="0" cellpadding="0" cellspacing="0" width="1024">
<tr>
<td width="1033" height="-1" colspan="7">
<p><img src="http://www.wowhpm.com/image/m-site.gif" width="1017" height="23" border="0" usemap="#ImageMap3"></p>
</td>
</tr>
<tr>
<td width="221" height="47">
<p><a href="http://www.wowhpm.com/index.php"><img src="http://www.wowhpm.com/image/m-logo.gif" width="221" height="92" border="0"></a></p>
</td>
<td width="158" height="47">
<p><a href="http://www.wowhpm.com/1.php" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'http://www.wowhpm.com/image/m11.gif', true);"><img src="http://www.wowhpm.com/image/m1.gif" width="158" height="92" border="0" name="image1"></a></p>
</td>
<td width="129" height="47">
<p><a href="http://www.wowhpm.com/2.php" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'http://www.wowhpm.com/image/m22.GIF', true);"><img src="http://www.wowhpm.com/image/m2.gif" width="129" height="92" border="0" name="image2"></a></p>
</td>
<td width="120" height="47">
<p><a href="http://www.wowhpm.com/gnuboard4/bbs/board.php?bo_table=001" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'http://www.wowhpm.com/image/m33.gif', true);"><img src="http://www.wowhpm.com/image/m3.gif" width="120" height="92" border="0" name="image3"></a></p>
</td>
<td width="122" height="47">
<p><a href="http://www.wowhpm.com/10.php" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'http://www.wowhpm.com/image/m44.gif', true);"><img src="http://www.wowhpm.com/image/m4.gif" width="122" height="92" border="0" name="image4"></a></p>
</td>
<td width="127" height="47">
<p><a href="http://www.wowhpm.com/gnuboard4/bbs/board.php?bo_table=002" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'http://www.wowhpm.com/image/m55.gif', true);"><img src="http://www.wowhpm.com/image/m5.gif" width="137" height="92" border="0" name="image5"></a></p>
</td>
<td width="156" height="47">
<p><img src="http://www.wowhpm.com/image/m-t.gif" width="131" height="92" border="0"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="1024">
<tr>
<td width="1024" height="33" align="left" valign="top" colspan="3">
<p> </p>
</td>
</tr>
<tr>
<td width="599" height="496" align="left" valign="top" rowspan="3">
<table border="0" cellpadding="0" cellspacing="0" width="599" height="147" bordercolordark="white" bordercolorlight="black">
<tr>
<td width="198" height="128" align="left" valign="top">
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="599" height="147">
<param name="movie" value="http://www.wowhpm.com/image/in1.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed src="http://www.wowhpm.com/image/in1.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="599" height="147"></embed>
</object></p>
</td>
</tr>
<tr>
<td width="198" height="19" align="left" valign="top">
<p><img src="http://www.wowhpm.com/image/in2.gif" width="599" height="354" border="0" usemap="#ImageMap4"></p>
</td>
</tr>
</table>
</td>
<td width="3" height="224" align="left" valign="top" rowspan="2">
<p><img src="http://www.wowhpm.com/image/in3.gif" width="6" height="233" border="0"></p>
</td>
<td width="422" height="37" align="left" valign="top">
<p> </p>
</td>
</tr>
<tr>
<td width="422" height="128" align="left" valign="top">
<p> <?=latest("main", "notice", 5, 25);?> </p>
</td>
</tr>
<tr>
<td width="425" height="263" align="left" valign="top" colspan="2">
<p><img src="http://www.wowhpm.com/image/in4.gif" width="285" height="268" border="0" usemap="#ImageMap2"></p>
</td>
</tr>
</table>
<div id="divMenu" style="width:92px; height:474px; position:absolute; left:878px; top:379px; z-index:1;">
<!-- 여기에서 배너의 위치와 크기를 설정 하세요-->
<table width="92" height="322" border="0">
<tr>
<td><img src="http://www.wowhpm.com/image/quick.gif" width="92" height="413" border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="16, 325, 77, 390" href="http://www.wowhpm.com/10.php">
<area shape="rect" coords="16, 254, 79, 313" href="http://www.wowhpm.com/4.php">
<area shape="rect" coords="13, 178, 80, 239" href="http://www.wowhpm.com/3.php">
</map></td>
</tr>
</table>
</div><script language=javascript>
<!--
var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
function CheckUIElements(){
var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;
if ( bNetscape4plus ) {
yMenuFrom = document["divMenu"].top;
yMenuTo = top.pageYOffset + 62;
}
else if ( bExplorer4plus ) {
yMenuFrom = parseInt (divMenu.style.top, 10);
yMenuTo = document.body.scrollTop + 59;
}
timeoutNextCheck = 500;
if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
setTimeout ("CheckUIElements()", timeoutNextCheck);
return;
}
if ( yButtonFrom != yButtonTo ) {
yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 );
if ( yButtonTo < yButtonFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["divLinkButton"].top += yOffset;
else if ( bExplorer4plus )
divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
if ( yMenuFrom != yMenuTo ) {
yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 );
if ( yMenuTo < yMenuFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["divMenu"].top += yOffset;
else if ( bExplorer4plus )
divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
setTimeout ("CheckUIElements()", timeoutNextCheck);
}
function OnLoad()
{
var y;
if ( top.frames.length )
if ( bNetscape4plus ) {
document["divMenu"].top = top.pageYOffset + 135;
document["divMenu"].visibility = "visible";
}
else if ( bExplorer4plus ) {
divMenu.style.top = document.body.scrollTop + 135;
divMenu.style.visibility = "visible";
}
CheckUIElements();
return true;
}
OnLoad();
//-->
</script>
<map name="ImageMap3">
<area shape="rect" coords="656, 3, 689, 18" href="http://www.wowhpm.com/index.php">
<area shape="rect" coords="699, 4, 726, 18">
<area shape="rect" coords="740, 4, 768, 18">
<area shape="rect" coords="780, 4, 816, 18" href="http://www.wowhpm.com/13.php">
<area shape="rect" coords="825, 5, 872, 17" href="mailto:*** 개인정보보호를 위한 이메일주소 노출방지 ***">
</map><map name="ImageMap2">
<area shape="rect" coords="111, 96, 203, 116" href="javascript:na_open_window('win', 'http://www.wowhpm.com/form/form.htm', 5, 5, 405, 408, 0, 0, 0, 0, 0);">
</map><map name="ImageMap4">
<area shape="rect" coords="9, 163, 11, 166">
</map></body>
</html>
<?
include_once("$g4[path]/tail.sub.php");
?>
혹시나 싶어 lib폴더를 통째로, 지워봤지만, 무서운 오류가 뜨길래, 부랴부랴 복구시켰습니다.
그리고..여백이 있는 곳도 모두 신나게 없애고, 붙여주어 봤지만, 여전히 오류가 뜨네요.ㅠㅠㅠ
소스 함께 동봉할게요.ㅠㅠㅠㅠ문제점좀 지적해주세요.ㅜㅜㅜ
<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "행복을 주는 사람들의 프로포즈 가이드";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>행복을 주는 사람들의 프로포즈 가이드</title>
<meta name="generator" content="Namo WebEditor v5.0">
<style>
body, table, td {overflow-x:hidden; overflow-y:auto}
</style>
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" OnLoad="na_preload_img(false, 'http://www.wowhpm.com/image/m11.gif', 'http://www.wowhpm.com/image/m22.GIF', 'http://www.wowhpm.com/image/m33.gif', 'http://www.wowhpm.com/image/m44.gif', 'http://www.wowhpm.com/image/m55.gif');">
<table border="0" cellpadding="0" cellspacing="0" width="1024">
<tr>
<td width="1033" height="-1" colspan="7">
<p><img src="http://www.wowhpm.com/image/m-site.gif" width="1017" height="23" border="0" usemap="#ImageMap3"></p>
</td>
</tr>
<tr>
<td width="221" height="47">
<p><a href="http://www.wowhpm.com/index.php"><img src="http://www.wowhpm.com/image/m-logo.gif" width="221" height="92" border="0"></a></p>
</td>
<td width="158" height="47">
<p><a href="http://www.wowhpm.com/1.php" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'http://www.wowhpm.com/image/m11.gif', true);"><img src="http://www.wowhpm.com/image/m1.gif" width="158" height="92" border="0" name="image1"></a></p>
</td>
<td width="129" height="47">
<p><a href="http://www.wowhpm.com/2.php" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'http://www.wowhpm.com/image/m22.GIF', true);"><img src="http://www.wowhpm.com/image/m2.gif" width="129" height="92" border="0" name="image2"></a></p>
</td>
<td width="120" height="47">
<p><a href="http://www.wowhpm.com/gnuboard4/bbs/board.php?bo_table=001" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'http://www.wowhpm.com/image/m33.gif', true);"><img src="http://www.wowhpm.com/image/m3.gif" width="120" height="92" border="0" name="image3"></a></p>
</td>
<td width="122" height="47">
<p><a href="http://www.wowhpm.com/10.php" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'http://www.wowhpm.com/image/m44.gif', true);"><img src="http://www.wowhpm.com/image/m4.gif" width="122" height="92" border="0" name="image4"></a></p>
</td>
<td width="127" height="47">
<p><a href="http://www.wowhpm.com/gnuboard4/bbs/board.php?bo_table=002" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'http://www.wowhpm.com/image/m55.gif', true);"><img src="http://www.wowhpm.com/image/m5.gif" width="137" height="92" border="0" name="image5"></a></p>
</td>
<td width="156" height="47">
<p><img src="http://www.wowhpm.com/image/m-t.gif" width="131" height="92" border="0"></p>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="1024">
<tr>
<td width="1024" height="33" align="left" valign="top" colspan="3">
<p> </p>
</td>
</tr>
<tr>
<td width="599" height="496" align="left" valign="top" rowspan="3">
<table border="0" cellpadding="0" cellspacing="0" width="599" height="147" bordercolordark="white" bordercolorlight="black">
<tr>
<td width="198" height="128" align="left" valign="top">
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="599" height="147">
<param name="movie" value="http://www.wowhpm.com/image/in1.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed src="http://www.wowhpm.com/image/in1.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="599" height="147"></embed>
</object></p>
</td>
</tr>
<tr>
<td width="198" height="19" align="left" valign="top">
<p><img src="http://www.wowhpm.com/image/in2.gif" width="599" height="354" border="0" usemap="#ImageMap4"></p>
</td>
</tr>
</table>
</td>
<td width="3" height="224" align="left" valign="top" rowspan="2">
<p><img src="http://www.wowhpm.com/image/in3.gif" width="6" height="233" border="0"></p>
</td>
<td width="422" height="37" align="left" valign="top">
<p> </p>
</td>
</tr>
<tr>
<td width="422" height="128" align="left" valign="top">
<p> <?=latest("main", "notice", 5, 25);?> </p>
</td>
</tr>
<tr>
<td width="425" height="263" align="left" valign="top" colspan="2">
<p><img src="http://www.wowhpm.com/image/in4.gif" width="285" height="268" border="0" usemap="#ImageMap2"></p>
</td>
</tr>
</table>
<div id="divMenu" style="width:92px; height:474px; position:absolute; left:878px; top:379px; z-index:1;">
<!-- 여기에서 배너의 위치와 크기를 설정 하세요-->
<table width="92" height="322" border="0">
<tr>
<td><img src="http://www.wowhpm.com/image/quick.gif" width="92" height="413" border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="16, 325, 77, 390" href="http://www.wowhpm.com/10.php">
<area shape="rect" coords="16, 254, 79, 313" href="http://www.wowhpm.com/4.php">
<area shape="rect" coords="13, 178, 80, 239" href="http://www.wowhpm.com/3.php">
</map></td>
</tr>
</table>
</div><script language=javascript>
<!--
var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
function CheckUIElements(){
var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;
if ( bNetscape4plus ) {
yMenuFrom = document["divMenu"].top;
yMenuTo = top.pageYOffset + 62;
}
else if ( bExplorer4plus ) {
yMenuFrom = parseInt (divMenu.style.top, 10);
yMenuTo = document.body.scrollTop + 59;
}
timeoutNextCheck = 500;
if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
setTimeout ("CheckUIElements()", timeoutNextCheck);
return;
}
if ( yButtonFrom != yButtonTo ) {
yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 );
if ( yButtonTo < yButtonFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["divLinkButton"].top += yOffset;
else if ( bExplorer4plus )
divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
if ( yMenuFrom != yMenuTo ) {
yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 );
if ( yMenuTo < yMenuFrom )
yOffset = -yOffset;
if ( bNetscape4plus )
document["divMenu"].top += yOffset;
else if ( bExplorer4plus )
divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;
timeoutNextCheck = 10;
}
setTimeout ("CheckUIElements()", timeoutNextCheck);
}
function OnLoad()
{
var y;
if ( top.frames.length )
if ( bNetscape4plus ) {
document["divMenu"].top = top.pageYOffset + 135;
document["divMenu"].visibility = "visible";
}
else if ( bExplorer4plus ) {
divMenu.style.top = document.body.scrollTop + 135;
divMenu.style.visibility = "visible";
}
CheckUIElements();
return true;
}
OnLoad();
//-->
</script>
<map name="ImageMap3">
<area shape="rect" coords="656, 3, 689, 18" href="http://www.wowhpm.com/index.php">
<area shape="rect" coords="699, 4, 726, 18">
<area shape="rect" coords="740, 4, 768, 18">
<area shape="rect" coords="780, 4, 816, 18" href="http://www.wowhpm.com/13.php">
<area shape="rect" coords="825, 5, 872, 17" href="mailto:*** 개인정보보호를 위한 이메일주소 노출방지 ***">
</map><map name="ImageMap2">
<area shape="rect" coords="111, 96, 203, 116" href="javascript:na_open_window('win', 'http://www.wowhpm.com/form/form.htm', 5, 5, 405, 408, 0, 0, 0, 0, 0);">
</map><map name="ImageMap4">
<area shape="rect" coords="9, 163, 11, 166">
</map></body>
</html>
<?
include_once("$g4[path]/tail.sub.php");
?>
아..위에 소스는 여백을 수정하지 않은 상태입니다.ㅠㅠ