글쓰기에는 $wr_id 값을 사용하지 않습니다. "라는 메세지가 뜨네요.. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

글쓰기에는 $wr_id 값을 사용하지 않습니다. "라는 메세지가 뜨네요.. 정보

글쓰기에는 $wr_id 값을 사용하지 않습니다. "라는 메세지가 뜨네요..

본문

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

if ($is_dhtml_editor) {
    include_once("$g4[path]/lib/cheditor4.lib.php");
    echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
    echo cheditor1('wr_content', '100%', '250');
}


//휴대전화
$hp = explode("-",$write[wr_1]);
$hp1  = $hp[0];
$hp2  = $hp[1];
$hp3  = $hp[2];

//전화번호
$tel = explode("-",$write[wr_2]);
$tel1  = $tel[0];
$tel2  = $tel[1];
$tel3  = $tel[2];
?>
<div style="height:90px; line-height:1px; font-size:1px;">&nbsp;</div>

<style type="text/css">
.write_head { height:25px text-align:center; color:#8492A0; }
.field { border:1px solid #ccc; }
.field1 { width:400px;border:1px solid #ccc; }

</style>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script>


<!--자바스크립트 끝-->
<form name="fwrite" method="post" onsubmit="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" autocomplete="off" style='margin:0px'>
<input type=hidden name=null>
<input type=hidden name=w        value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id    value="<?=$wr_id?>">
<input type=hidden name=sca      value="<?=$sca?>">
<input type=hidden name=sfl      value="<?=$sfl?>">
<input type=hidden name=stx      value="<?=$stx?>">
<input type=hidden name=spt      value="<?=$spt?>">
<input type=hidden name=sst      value="<?=$sst?>">
<input type=hidden name=sod      value="<?=$sod?>">
<input type=hidden name=page    value="<?=$page?>">
<input type=hidden name=wr_4 value="<?=$write[wr_4]?>">

<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<tr><td  style='padding-left:20px; height=30px;' colspan=2  bgcolor="#FBFBFB"><img src="<?=$board_skin_path?>/img/bul_01.gif" border=0>&nbsp;<strong>기본정보</strong></td></tr>
<tr><td colspan=2 height=1 bgcolor=#CCCCCC></td></tr>
</table>

<table width="100%" align=center cellpadding=0 cellspacing=0>
<tr><td>
<col width=100 align=center style=padding-right:10px;height:25px ></col><col  style=padding-left:20px;height:25px width=250></col>
<col width=100 align=center style=padding-right:0px;height:25px ></col><col style=padding-left:0px;height:25px width=250></col>
<tr>
<? if ($is_name) { ?>
<td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;신청자명</td>
<td><input class='ed' maxlength=20 size=15 name=wr_name itemname="신청자명" required value="<?=$name?>"></td>
<? } ?>

<? if ($is_password) { ?>
<td style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;패스워드</td>
<td><input class='ed' type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?=$password_required?>></td>
<? } ?>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<tr>
<? if ($is_email) { ?>
<td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;이메일</td>
<td><input class='ed' maxlength=80 size=35 name=wr_email email itemname="이메일" value="<?=$email?>"></td>
<? } ?>

<? if ($is_homepage) { ?>
<td style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;홈페이지</td>
<td><input class='ed' maxlength=80 size=35 name=wr_homepage itemname="홈페이지" value="<?=$homepage?>"></td>
<? } ?>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>

<?
$option = "";
$option_hidden = "";
if ($is_notice || $is_html || $is_secret || $is_mail) {
    $option = "";
    if ($is_notice) {
        $option .= "<input type=checkbox name=notice value='1' $notice_checked>공지&nbsp;";
    }

    if ($is_html) {
        if ($is_dhtml_editor) {
            $option_hidden .= "<input type=hidden value='html1' name='html'>";
        } else {
            $option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title>html</span>&nbsp;";
        }
    }

    if ($is_secret) {
        if ($is_admin || $is_secret==1) {
            $option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span>&nbsp;";
        } else {
            $option_hidden .= "<input type=hidden value='secret' name='secret'>";
        }
    }
   
    if ($is_mail) {
        $option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기&nbsp;";
    }
}

echo $option_hidden;
if ($option) {
?>
<tr>
<td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>옵션</td>
<td  width="260" style='padding-left:2px; height:25px'><?=$option?></td>
<? } ?>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;답변옵션</td>
<td width="250" name='wr_4'  itemname='답변옵션'>
<input type=radio name="wr_4"  value="accept" <? if( $u=w || $write[wr_4] == "accept" ) echo "checked"; ?>>접수
<? if ($is_admin == 'super') { ?>
<input type=radio name="wr_4"  value="consult" <? if($write[wr_4] == "consult") echo "checked"; ?>>협의중
<input type=radio name="wr_4"  value="make" <? if($write[wr_4] == "make") echo "checked"; ?>>제작중
<input type=radio name="wr_4"  value="done" <? if($write[wr_4] == "done") echo "checked"; ?>>완료
</td>
<? } ?>
</tr>

<? if ($is_category) { ?>
<tr>
    <td class=write_head>분 류</td>
    <td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<? } ?>
</table>

<table width="100%>" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<tr><td style='padding-left:20px; height=30px;' colspan=2 bgcolor="#FBFBFB"><img src="<?=$board_skin_path?>/img/bul_01.gif" border=0>&nbsp;<strong>홈페이지 개요</strong></td></tr>
<tr><td colspan=2 height=1 bgcolor=#CCCCCC></td></tr>
</table>

<table width="100%>" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>

<tr>
    <td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;구분</td>
    <td>

<input type=radio name="wr_3" value="웹사이트" <? if($write[wr_3] == "홈페이지")  echo "checked"; ?> onclick="if(this.checked) {document.getElementById('wr_subject').value='홈페이지제작(웹사이트)신청';document.getElementById('wr_10').value='홈페이지' } else {document.getElementById('wr_subject').value='';document.getElementById('wr_10').value='';}" >
홈페이지 &nbsp;&nbsp;

<input type=radio name="wr_3" value="쇼핑몰" <? if($write[wr_3] == "쇼핑몰")  echo "checked"; ?> onclick="if(this.checked) {document.getElementById('wr_subject').value='쇼핑몰 제작(제품판매)신청';document.getElementById('wr_10').value='쇼핑몰';} else {document.getElementById('wr_subject').value='';document.getElementById('wr_10').value='';}" >
쇼핑몰&nbsp;

    <input type=radio name="wr_3" value="홍보용사이트" <? if($write[wr_3] == "홍보용사이트")  echo "checked"; ?> onclick="if(this.checked) {document.getElementById('wr_subject').value='홍보용사이트(회사/제품홍보)신청';document.getElementById('wr_10').value='홍보용사이트';} else {document.getElementById('wr_subject').value='';document.getElementById('wr_10').value='';}" >
    홍보용사이트&nbsp;

<input type=radio name="wr_3" value="기타 사이트" <? if($write[wr_3] == "기타 사이트")  echo "checked"; ?> onclick="if(this.checked) {document.getElementById('wr_subject').value='기타 제작(부분작업.CI제작.일러스트작업)신청';document.getElementById('wr_10').value='기타 사이트';} else {document.getElementById('wr_subject').value='';document.getElementById('wr_10').value='';}" >기타 사이트&nbsp;
<BR><font Color="RED">&nbsp;※ 신청할 항목을 선택하시면 제목과 사이트성격은 자동입력됩니다.</font>
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
    <td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;제목</td>
    <td><input class="ed" style="width:70%; height:20px;"  name=wr_subject id="wr_subject" itemname="제목" required value="<?=$subject?>">
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
</table>

<table width="100%" align=center cellpadding=0 cellspacing=0>
<colgroup width=100>
<colgroup width=''>
<tr>
<td align=left style='padding-left:20px; height:25px' ><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;회사명</td>
 <td width="250" style='padding-left:0px;'><input class="ed" maxlength=20 size=20  name=wr_5 id="wr_5" itemname="회사명" required value="<?=$write[wr_5]?>"></td>
<td align=right style='padding-left:20px; height:25px' ><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;담당자명</td>
<td align=right style='padding-left:20px; height:25px' >&nbsp;</td>
 <td width="250" style='padding-left:0px;'><input class='ed' maxlength=20 size=20 name=wr_6 id="wr_6"  itemname="담당자명" required value="<?=$write[wr_6]?>"></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=3 height=1 bgcolor=#e7e7e7></td></tr>

<tr>
    <td align=left  style='padding-left:20px; height:25px' ><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;휴대전화</td>
    <td style='padding-left:0px;'>
<select name='hp1' class='ed'  itemname='휴대전화' >
        <option value='010' <? if($hp1 == "010") echo "selected"; ?>>010</option>
        <option value='011' <? if($hp1 == "011") echo "selected"; ?>>011</option>
        <option value='016' <? if($hp1 == "016") echo "selected"; ?>>016</option>
        <option value='017' <? if($hp1 == "017") echo "selected"; ?>>017</option>
        <option value='018' <? if($hp1 == "018") echo "selected"; ?>>018</option>
        <option value='019' <? if($hp1 == "019") echo "selected"; ?>>019</option>
      </select> -
      <input name='hp2' class=ed value='<?=$hp2?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);'  itemname='휴대전화 두번째자리'  required>  -
      <input name='hp3' class=ed value='<?=$hp3?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);'  itemname='휴대전화 세번째자리'  required>
</td>
  <td align=right  style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;전화번호</td>
  <td align=right  style='padding-left:20px; height:25px'>&nbsp;</td>
    <td style='padding-left:0px;'>
      <select name='tel1' class='ed'  itemname='전화번호'>
        <option value='02' <? if($tel1 == "02") echo "selected"; ?>>02</option>
        <option value='031' <? if($tel1 == "031") echo "selected"; ?>>031</option>
        <option value='032' <? if($tel1 == "032") echo "selected"; ?>>032</option>
        <option value='033' <? if($tel1 == "033") echo "selected"; ?>>033</option>
        <option value='041' <? if($tel1 == "041") echo "selected"; ?>>041</option>
        <option value='042' <? if($tel1 == "042") echo "selected"; ?>>042</option>
        <option value='043' <? if($tel1 == "043") echo "selected"; ?>>043</option>
        <option value='051' <? if($tel1 == "051") echo "selected"; ?>>051</option>
        <option value='052' <? if($tel1 == "052") echo "selected"; ?>>052</option>
        <option value='053' <? if($tel1 == "053") echo "selected"; ?>>053</option>
        <option value='054' <? if($tel1 == "054") echo "selected"; ?>>054</option>
        <option value='055' <? if($tel1 == "055") echo "selected"; ?>>055</option>
        <option value='061' <? if($tel1 == "061") echo "selected"; ?>>061</option>
        <option value='062' <? if($tel1 == "062") echo "selected"; ?>>062</option>
        <option value='063' <? if($tel1 == "063") echo "selected"; ?>>063</option>
        <option value='064' <? if($tel1 == "064") echo "selected"; ?>>064</option>
        <!-- <option value='0505' <? if($tel1 == "0505") echo "selected"; ?>>0505</option> -->
        </select> -
      <input name='tel2' class=ed value='<?=$tel2?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);'  itemname='전화번호 두번째자리' >  -
      <input name='tel3' class=ed value='<?=$tel3?>' type='text' size='4' maxlength='4' onkeydown='onlyNumber(this);'  itemname='전화번호 세번째자리' >
    </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=3 height=1 bgcolor=#e7e7e7></td></tr></table>


<table width="100%" align=center cellpadding=0 cellspacing=0>
<tr><td>
<col width=100 align=center style=padding-right:10px;height:25px ></col><col  style=padding-left:10px;height:25px width=240></col>
<col width=100 align=center style=padding-right:10px;height:25px ></col><col style=padding-left:10px;height:25px width=240></col>
<tr>
<td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;사이트성격</td>
<td style='padding-left:0px;'><input class="ed" maxlength=20 size=15 name=wr_10 id="wr_10" itemname="형태"  value="<?=$write[wr_10]?>" > </td>

<td style='padding-left:0px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;페이지수</td>
<td><select class='ed' name="wr_7" id="wr_7" itemname='페이지수'>
    <option >===선택===</option>
    <option value='4~5 페이지' <? if($write[wr_7] == "4~5 페이지") echo "selected"; ?>>4~5 페이지</option>
    <option value='6~8 페이지' <? if($write[wr_7] == "6~8 페이지") echo "selected"; ?>>6~8 페이지</option>
    <option value='9~10 페이지' <? if($write[wr_7] == "9~10 페이지") echo "selected"; ?>>9~10 페이지</option>
    <option value='15~ 20페이지' <? if($write[wr_7] == "15~ 20페이지") echo "selected"; ?>>15~ 20페이지</option>
    <option value='20~30페이지' <? if($write[wr_7] == "20~30페이지") echo "selected"; ?>>20~30페이지</option>
    <option value='30~50페이지' <? if($write[wr_7] == "30~50페이지") echo "selected"; ?>>30~50페이지</option>
    <option value='50~100페이지' <? if($write[wr_7] == "50~100페이지") echo "selected"; ?>>50~100페이지</option>
      <option value='100페이지 이상' <? if($write[wr_7] == "100페이지 이상") echo "selected"; ?>>100페이지 이상</option>
    </select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!--<tr>
<td align=left style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;참고사이트1</td>
<td><input class='ed' maxlength=80 size=35 name="wr_12" id="wr_12" itemname="참고사이트1" value="<?=$write[wr_12]?>"></td>
<td style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;참고2</td>
<td><input class='ed' maxlength=80 size=35 name="wr_13" id="wr_13"  itemname="참고사이트2" value="<?=$write[wr_13]?>"></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>-->
<tr>
  <td align=left  style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;오픈희망일</td>
<td width=250 style='padding-left:0px;'>
<input class="ed" maxlength=25 size=25  name="wr_8" id="wr_8" itemname="오픈희망일" required value="<?=$write[wr_8]?>" readonly>&nbsp;
<input type=button value="달력열기" onclick="win_calendar('wr_8', document.getElementById('wr_8').value, '-');" title='클릭하여 달력을 여신후 날짜를 선택하세요'></td>
<td style='padding-left:0px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;희망제작비용</td>
<td><input class="ed" maxlength=20 size=15 name=wr_9 id="wr_9" itemname="제작비용"  value="<?=$write[wr_9]?>" >&nbsp;만원 </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=110>
<colgroup width=''>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<tr>
    <td style='padding-left:20px;'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;하실 말씀</td>
    <td style='padding:5 0 5 0;'>
      <? if ($is_dhtml_editor) { ?>
            <?=cheditor2('fwrite', 'wr_content', '100%', '350');?>
        <? } else { ?>
        <table width=100% cellpadding=0 cellspacing=0>
        <tr>
            <td width=50% align=left valign=bottom>
                <span style="cursor: pointer;" onclick="textarea_decrease('wr_content', 10);"><img src="<?=$board_skin_path?>/img/up.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_original('wr_content', 10);"><img src="<?=$board_skin_path?>/img/start.gif"></span>
                <span style="cursor: pointer;" onclick="textarea_increase('wr_content', 10);"><img src="<?=$board_skin_path?>/img/down.gif"></span></td>
            <td width=50% align=right><? if ($write_min || $write_max) { ?><span id=char_count></span>글자<?}?></td>
        </tr>
        </table>
      <textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=10 itemname="내용" required
        <? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
        <? if ($write_min || $write_max) { ?><script type="text/javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
        <? } ?>
        </td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr></table>
<table width="100%>" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
<tr><td style='padding-left:20px; height=30px;' colspan=2 bgcolor="#FBFBFB"><img src="<?=$board_skin_path?>/img/bul_01.gif" border=0>&nbsp;<strong>참고사이트 및 자료첨부</strong></td></tr>
<tr><td colspan=2 height=1 bgcolor=#CCCCCC></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=100>
<colgroup width=''>
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<tr>
    <td style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;링크 #<?=$i?></td>
    <td><input type='text' class='ed' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'>
<font Color="BLUE">&nbsp;※ 참조할 사이트가 있으면 링크해 주세요!!</font></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<? } ?>

<? if ($is_file) { ?>
<tr>
    <td style='padding-left:20px; height:25px'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;"><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;파일 <span onclick="add_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>+</span> <span onclick="del_file();" style='cursor:pointer; font-family:tahoma; font-size:12pt;'>-</span></td></tr></table></td>
    <td style='padding:5 0 5 0;'><table id="variableFiles" cellpadding=0 cellspacing=0></table><?// print_r2($file); ?>
      <script type="text/javascript">
        var flen = 0;
        function add_file(delete_code)
        {
            var upload_count = <?=(int)$board[bo_upload_count]?>;
            if (upload_count && flen >= upload_count)
            {
                alert("이 게시판은 "+upload_count+"개 까지만 파일 업로드가 가능합니다.");
                return;
            }

            var objTbl;
            var objRow;
            var objCell;
            if (document.getElementById)
                objTbl = document.getElementById("variableFiles");
            else
                objTbl = document.all["variableFiles"];

            objRow = objTbl.insertRow(objTbl.rows.length);
            objCell = objRow.insertCell(0);

            objCell.innerHTML = "<input type='file' class='ed' name='bf_file[]' title='파일 용량 <?=$upload_max_filesize?> 이하만 업로드 가능'>";
            if (delete_code)
                objCell.innerHTML += delete_code;
            else
            {
                <? if ($is_file_content) { ?>
                objCell.innerHTML += "<br><input type='text' class='ed' size=50 name='bf_content[]' title='업로드 이미지 파일에 해당 되는 내용을 입력하세요.'>";
                <? } ?>
                ;
            }

            flen++;
        }

        <?=$file_script; //수정시에 필요한 스크립트?>

        function del_file()
        {
            // file_length 이하로는 필드가 삭제되지 않아야 합니다.
            var file_length = <?=(int)$file_length?>;
            var objTbl = document.getElementById("variableFiles");
            if (objTbl.rows.length - 1 > file_length)
            {
                objTbl.deleteRow(objTbl.rows.length - 1);
                flen--;
            }
        }
        </script></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_trackback) { ?>
<tr>
    <td style='padding-left:20px; height:25px'><img src="<?=$board_skin_path?>/img/bul_02.gif" border=0>&nbsp;트랙백주소</td>
    <td><input class='ed' size=50 name=wr_trackback itemname="트랙백" value="<?=$trackback?>">
        <? if ($w=="u") { ?><input type=checkbox name="re_trackback" value="1">핑 보냄<? } ?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<? if ($is_norobot) { ?>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>

<tr><td colspan=2 height=2 bgcolor="#0A7299"></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td width="100%" align="center" valign="top" style="padding-top:30px;">
   
        <input type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_apply.gif" border=0 accesskey='s'>&nbsp;
        <? if ($is_admin) { // 이렇게 목록 제어 된 경우 오류 해결법 ?>
  &nbsp;
        <a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/btn_list.gif" border=0></a>
<? } ?>
</tr>
</table>

</td></tr></table>
</form>
</Body>
<!---- 숫자만 입력받는 스크립터 --//-->
<script type="text/javascript" src="<?="$g4[path]/js/jquery.kcaptcha.js"?>"></script>
<script type="text/javascript">
<?
// 관리자라면 분류 선택에 '공지' 옵션을 추가함
if ($is_admin)
{
    echo "
    if (typeof(document.fwrite.ca_name) != 'undefined')
    {
        document.fwrite.ca_name.options.length += 1;
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].value = '공지';
        document.fwrite.ca_name.options[document.fwrite.ca_name.options.length-1].text = '공지';
    }";
}
?>

with (document.fwrite)
{
    if (typeof(wr_name) != "undefined")
        wr_name.focus();
    else if (typeof(wr_subject) != "undefined")
        wr_subject.focus();
    else if (typeof(wr_content) != "undefined")
        wr_content.focus();

    if (typeof(ca_name) != "undefined")
        if (w.value == "u")
            ca_name.value = "<?=$write[ca_name]?>";
}

function html_auto_br(obj)
{
    if (obj.checked) {
        result = confirm("자동 줄바꿈을 하시겠습니까?\n\n자동 줄바꿈은 게시물 내용중 줄바뀐 곳을<br>태그로 변환하는 기능입니다.");
        if (result)
            obj.value = "html2";
        else
            obj.value = "html1";
    }
    else
        obj.value = "";
}

function fwrite_submit(f)
{

 <?
    if ($g4[https_url])
        echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
    else
        echo "f.action = './write_update.php';";
    ?>

    /*
    var s = "";
    if (s = word_filter_check(f.wr_subject.value)) {
        alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
        return false;
    }

    if (s = word_filter_check(f.wr_content.value)) {
        alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
        return false;
    }
    */

    if (document.getElementById('char_count')) {
        if (char_min > 0 || char_max > 0) {
            var cnt = parseInt(document.getElementById('char_count').innerHTML);
            if (char_min > 0 && char_min > cnt) {
                alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
                return false;
            }
            else if (char_max > 0 && char_max < cnt) {
                alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
                return false;
            }
        }
    }

    if (document.getElementById('tx_wr_content')) {
        if (!ed_wr_content.outputBodyText()) {
            alert('내용을 입력하십시오.');
            ed_wr_content.returnFalse();
            return false;
        }
    }

    <?
    if ($is_dhtml_editor) echo cheditor3('wr_content');
    ?>

    var subject = "";
    var content = "";
    $.ajax({
        url: "<?=$board_skin_path?>/ajax.filter.php",
        type: "POST",
        data: {
            "subject": f.wr_subject.value,
            "content": f.wr_content.value
        },
        dataType: "json",
        async: false,
        cache: false,
        success: function(data, textStatus) {
            subject = data.subject;
            content = data.content;
        }
    });

   

    document.getElementById('btn_submit').disabled = true;
  <?php if ($is_admin) { ?>    document.getElementById('btn_list').disabled = true;<?php } ?>

 
   
    return true;
}
</script>

<script type="text/javascript" src="<?="$g4[path]/js/board.js"?>"></script>
<script type="text/javascript"> window.onload=function() { drawFont(); } </script>

하루 종일 찾다가
글을 올립니다..
  • 복사

댓글 전체

<form name="fwrite" method="post" onsubmit="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" autocomplete="off" style='margin:0px'>
------------------------------------------------------------------------------------------------
위부분을 아래와 같이 수정해보세요

<form name="fwrite" method="post" onsubmit="return fwrite_submit(this);" enctype="multipart/form-data" style="margin:0px;">

스킨이 구버전으로 제작이 되어진 것이라면 이 이외에 다른부분의 문제일수도 있습니다.
최신버전의 write.php 와 비교하셔서 수정하시면 됩니다.
버전에 따른 오류입니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=184466&sfl=mb_id%2C1&stx=kagla
이곳에 본문이랑 댓글들 참고해보세요.

저도 같은 증상이 있었는데


제가 올린 링크의 초로님 댓글처럼
write.skin.php 마지막에 있는
-----------------------------------------
<?
    if ($g4[https_url])
        echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
    else
        echo "f.action = './write_update.php';";
    ?>
-----------------------------------------

-----------------------------------------
function fwrite_submit(f)
{
-----------------------------------------

이 밑으로 옮겨주고나서 해결되었습니다.
<script type="text/javascript" src="<?=$g4['path']?>/js/jquery-1.4.6.min.js"></script>

head.sub.php 코드중 하나인데 실제 js에는 1.4.2.min.js 가 있으니까 파일명을 수정해주면 되네요
© SIRSOFT
현재 페이지 제일 처음으로