셀릭트값받아서 if문출력 질문입니다. 정보
셀릭트값받아서 if문출력 질문입니다.
본문
아래빨간색부분 if문관련질문인데요 제 생각에는 문법은받는거같은데
50000만원이상일때에는무료배송 미만일시에는 택배비가보이게하구싶은데
값이 오만원미만이나 이상이나
택배비2300원이보여지는데. 셀릭트박스에서 선택된값을 못가져오는거같아요
if문안에 어떤변수를 넣어야할까요 ?
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 총합계금액</td>
<td><input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_9" id="wr_9" itemname="금액" value="<?=$write[wr_9]?>" readonly="readonly" />
(원)
= 구매합계 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_link1" id="wr_link1" itemname="구매합계" value="<?=$write[wr_link1]?>" readonly="readonly" />
(원)
<? if (wr_9<50000) { ?>
+ 택배비 : 2,300 원
<? } else { ?>
무료배송
<? } ?>
</tr>
댓글 전체
<? if ($write[wr_9]<50000) { ?>
+ 택배비 : 2,300 원
<? } else { ?>
무료배송
<? } ?>
이렇게해보세요
+ 택배비 : 2,300 원
<? } else { ?>
무료배송
<? } ?>
이렇게해보세요

그래도 안먹히네요.. 왜그러징..
아웃존님의 방법이 맞는데.... 안된다면
먼저 if문 바로 위에
<? echo $write[wr_9]; ?>
이렇게 하셔서 $write[wr_9]값이 있는지 확인 하시구요
값이 없다면 wr_9에 값을 넣어주시면 될 것 같네요.
먼저 if문 바로 위에
<? echo $write[wr_9]; ?>
이렇게 하셔서 $write[wr_9]값이 있는지 확인 하시구요
값이 없다면 wr_9에 값을 넣어주시면 될 것 같네요.

값을못불러오더라구요
전체소스올려봅니다~ 이유를도통모르겟네요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
//휴대전화
$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];
//우편번호
$ex3_filed = explode("-",$write[wr_3]);
$ext3_00 = $ex3_filed[0];
$ext3_01 = $ex3_filed[1];
//$subject="제품구매합니다.";
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script><style type="text/css">
<!--
body {
background-color: #F2F2F2;
margin-top: 50px;
}
-->
</style>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" 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?>">
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td width="669">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=110>
<colgroup width=''>
<tr><td colspan=2 height=33 bgcolor="#F2F2F2"><span style="padding-left:20px"><img src="/skin/board/n_xls/img/top.gif" alt="" width="650" height="82" /></span></td></tr>
<tr><td height=38 colspan=2 align="left" bgcolor="#F2F2F2" style='padding-left:20px'> </td></tr>
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<? if ($is_homepage) { ?>
<tr>
<td width="16%" style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 카페아이디</td>
<td width="84%"><input name=wr_homepage class='ed' value="<?=$homepage?>" size=15 maxlength="20" itemname="홈페이지"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 카페별명</td>
<td><input class='ed' maxlength=20 size=15 name=wr_email itemname="이메일" value="<?=$email?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_name) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 주문자</td>
<td><input class='ed' maxlength=20 size=15 name=wr_name itemname="작성자명" required value="<?=$name?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr><? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금자명</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_link2 id="wr_link2" itemname="입금자명" value="<?=$write[wr_link2]?>" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_password) { ?>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 패스워드</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></tr> -->
<? } ?>
<? if ($is_notice || $is_html || $is_secret || $is_mail) { ?>
<input type=hidden value="secret" name="secret">
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<? if ($is_html) { ?>
<? if ($is_dhtml_editor) { ?>
<input type=hidden value="html1" name="html">
<? } else { ?>
<input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span>
<? } ?>
<? } ?>
<? if ($is_secret) { ?>
<? if ($is_admin || $is_secret==1) { ?>
<input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span>
<? } else { ?>
<input type=hidden value="secret" name="secret">
<? } ?>
<? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
<? if ($is_category) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 분류</td>
<td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 휴대전화</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>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 전화번호</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='064' <? if($tel1 == "064") echo "selected"; ?>>0505</option>
<option value='064' <? if($tel1 == "064") echo "selected"; ?>>0303</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></tr> -->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 우편번호</td>
<td>
<input class=ed size="4" name=ext3_00 itemname="우편번호 앞자리" readonly value="<?=$ext3_00?>" required> -
<input class=ed size="4" name=ext3_01 itemname="우편번호 뒷자리" readonly value="<?=$ext3_01?>" required>
<a href="javascript:;" onclick="win_zip('fwrite', 'ext3_00', 'ext3_01', 'wr_4', 'wr_4');"><img src="<?=$board_skin_path?>/img/addrsearch.gif" border=0 align="absmiddle"></a>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 주소</td>
<td><input class="ed" style="width:100%; height:20px;" name=wr_4 id="wr_4" itemname="주소" value="<?=$write[wr_4]?>" required></td></tr>
<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' colspan=2 height=38 bgcolor="#FBFBFB"><img src="<?=$board_skin_path?>/img/box_bullet18.gif" border=0> <strong>구매정보</strong> </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; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 고급형</td>
<td><select name='wr_5' class='ed' itemname='건고추구매'
onchange="if(this.options[this.options.selectedIndex].value=='1개')
{
document.getElementById('wr_6').value='29000';
sum();}
else if(this.options[this.options.selectedIndex].value=='2개')
{
document.getElementById('wr_6').value='58000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='3개')
{
document.getElementById('wr_6').value='87000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='4개')
{
document.getElementById('wr_6').value='116000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='5개')
{
document.getElementById('wr_6').value='145000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='6개')
{
document.getElementById('wr_6').value='174000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='7개')
{
document.getElementById('wr_6').value='203000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='8개')
{
document.getElementById('wr_6').value='232000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='9개')
{
document.getElementById('wr_6').value='261000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='10개')
{
document.getElementById('wr_6').value='290000';
sum();
}
else
{document.getElementById('wr_6').value=0;
sum();
}"
>
<option value="선택" <? if($write[wr_5] == "선택") echo "selected"; ?>>-선택-</option>
<option value="1개" <? if($write[wr_5] == "1개") echo "selected"; ?>> 1개</option>
<option value="2개" <? if($write[wr_5] == "2개") echo "selected"; ?>> 2개</option>
<option value="3개" <? if($write[wr_5] == "3개") echo "selected"; ?>> 3개</option>
<option value="4개" <? if($write[wr_5] == "4개") echo "selected"; ?>> 4개</option>
<option value="5개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 5개</option>
<option value="6개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 6개</option>
<option value="7개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 7개</option>
<option value="8개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 8개</option>
<option value="9개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 9개</option>
<option value="10개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 10개</option>
</select>
금액 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_6" id="wr_6" itemname="금액" value="<?=$write[wr_6]?>" readonly="readonly" />
(원) </td>
</tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 일반형</td>
<td><select name='wr_7' class='ed' itemname='건고추구매'
onchange="if(this.options[this.options.selectedIndex].value=='1개') {
document.getElementById('wr_8').value='23000';
sum();}
else if(this.options[this.options.selectedIndex].value=='2개')
{
document.getElementById('wr_8').value='46000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='3개')
{
document.getElementById('wr_8').value='69000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='4개')
{
document.getElementById('wr_8').value='92000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='5개')
{
document.getElementById('wr_8').value='115000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='6개')
{
document.getElementById('wr_8').value='138000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='7개')
{
document.getElementById('wr_8').value='161000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='8개')
{
document.getElementById('wr_8').value='184000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='9개')
{
document.getElementById('wr_8').value='207000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='10개')
{
document.getElementById('wr_8').value='230000';
sum();
}
else
{document.getElementById('wr_8').value=0;
sum();
}"
>
<option value="선택" <? if($write[wr_7] == "선택") echo "selected"; ?>>-선택-</option>
<option value="1개" <? if($write[wr_7] == "1 개") echo "selected"; ?>> 1개</option>
<option value="2개" <? if($write[wr_7] == "2 개") echo "selected"; ?>> 2개</option>
<option value="3개" <? if($write[wr_7] == "3 개") echo "selected"; ?>> 3개</option>
<option value="4개" <? if($write[wr_7] == "4 개") echo "selected"; ?>> 4개</option>
<option value="5개" <? if($write[wr_7] == "5 개") echo "selected"; ?>> 5개</option>
<option value="6개" <? if($write[wr_7] == "6 개") echo "selected"; ?>> 6개</option>
<option value="7개" <? if($write[wr_7] == "7 개") echo "selected"; ?>> 7개</option>
<option value="8개" <? if($write[wr_7] == "8 개") echo "selected"; ?>> 8개</option>
<option value="9개" <? if($write[wr_7] == "9 개") echo "selected"; ?>> 9개</option>
<option value="10개" <? if($write[wr_7] == "10개") echo "selected"; ?>>10개</option>
</select>
금액 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_8" id="wr_8" itemname="금액" value="<?=$write[wr_8]?>" readonly="readonly" />
(원) </td>
</tr>
<tr>
<td colspan="2" height="1" bgcolor="#e7e7e7"></td>
</tr>
<tr>
<td colspan="2" height="1" bgcolor="#e7e7e7"></td>
</tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 총합계금액</td>
<td><input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_9" id="wr_9" itemname="금액" value="<?=$write[wr_9]?>" readonly="readonly" />
(원)
= 구매합계 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_link1" id="wr_link1" itemname="구매합계" value="<?=$write[wr_link1]?>" readonly="readonly" />
(원)
<? if ((wr_9+wr_link1)<50000) { ?>
+ 택배비 : 2,300 원
<? } else { ?>
무료배송
<? } ?>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <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' colspan=2 height=38 bgcolor="#F2F2F2"><img src="<?=$board_skin_path?>/img/box_bullet18.gif" border=0> <strong>입금정보</strong> </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; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 계좌번호</td>
<td>
<select name='wr_3' class='ed' itemname='계좌번호'>
<option value='우체국 202135-01-002065(예금주:엘피스소프트)' <? if($write[wr_3] == "우체국 202135-01-002065(예금주:엘피스소프트)") echo "selected"; ?>>우체국 202135-01-002065(예금주:엘피스소프트)</option>
<option value='우체국 202135-02-098353(예금주:목진철)' <? if($write[wr_3] == "우체국 202135-02-098353(예금주:목진철)") echo "selected"; ?>>우체국 202135-02-098353(예금주:목진철)</option>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
-->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 계좌번호</td>
<td>
<select name='wr_10' class='ed' itemname='계좌번호'>
<? if($board[bo_1]) { ?> <option value='<?=$board[bo_1]?>' <? if($write[wr_3] == "$board[bo_1]") echo "selected"; ?>><?=$board[bo_1]?></option><? } ?>
<? if($board[bo_2]) { ?> <option value='<?=$board[bo_2]?>' <? if($write[wr_3] == "$board[bo_2]") echo "selected"; ?>><?=$board[bo_2]?></option><? } ?>
<? if($board[bo_3]) { ?> <option value='<?=$board[bo_3]?>' <? if($write[wr_3] == "$board[bo_3]") echo "selected"; ?>><?=$board[bo_3]?></option><? } ?>
<? if($board[bo_4]) { ?> <option value='<?=$board[bo_4]?>' <? if($write[wr_3] == "$board[bo_4]") echo "selected"; ?>><?=$board[bo_4]?></option><? } ?>
<? if($board[bo_5]) { ?> <option value='<?=$board[bo_5]?>' <? if($write[wr_3] == "$board[bo_5]") echo "selected"; ?>><?=$board[bo_5]?></option><? } ?>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금예정일</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_4 id="wr_4" itemname="입금예정일" value="<?=$write[wr_4]?>" required> 예) 2007년 10월 10일</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금액</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_5 id="wr_5" itemname="입금액" value="<?=$write[wr_5]?>" required> 예) 55만원</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 하실말씀</td>
<td><input name=wr_subject class="ed" id="wr_subject" style="width:100%; height:20px;" value="<?=$subject?>" maxlength="60" itemname="하실말씀" required>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <tr>
<td style='padding-left:20px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 내용</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 language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
<? } ?>
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 링크 #<?=$i?></td>
<td><input type='text' class='ed' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
<? } ?>
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;"><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 파일 <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 language="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:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 트랙백주소</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 style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> <?=$norobot_str?></td>
<td><input class='ed' type=input size=10 name=wr_key itemname="자동등록방지" required> * 왼쪽의 글자중 <font color="red">빨간글자만</font> 순서대로 입력하세요.</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr><td colspan=2 height=2 bgcolor="#bc260f"></td></tr>
</table>
</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/bt01_01.gif" border=0 accesskey='s'>
<? if($is_admin == "super"){ ?>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/bt01_02.gif" border=0></a>
<? } ?>
</td>
</tr>
</table> </p>
</form>
</Body>
<script language="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_check(f) {
var s = "";
if (s = word_filter_check(f.wr_subject.value)) {
alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
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;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return;
}
}
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
<?
/*
if ($is_dhtml_editor) {
echo cheditor3('wr_content');
echo "if (!document.getElementById('wr_content').value) { alert('내용을 입력하십시오.'); return; } ";
}
*/
?>
document.getElementById('btn_submit').disabled = true;
<? if($is_admin == "super"){ ?>
document.getElementById('btn_list').disabled = true;
<? } ?>
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
f.submit();
}
</script>
<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<script language="JavaScript">
window.onload=function() {
drawFont();
}
</script>
<script>
function onlyNumber(objtext1){
var inText = objtext1.value;
var ret;
for (var i = 0; i < inText.length; i++) {
ret = inText.charCodeAt(i);
if (!((ret > 47) && (ret < 58))) {
alert("숫자만을 입력하세요");
objtext1.value = "";
objtext1.focus();
return false;
}
}
if (objtext1.value.length==8) {
document.form1.RNI_idnum2.focus() ;
}
return true;
}
</script>
<script language="javascript">
function sum(){
if(!document.getElementById('wr_6').value) document.getElementById('wr_6').value=0;
if(!document.getElementById('wr_8').value) document.getElementById('wr_8').value=0;
document.getElementById('wr_link1').value = eval(document.getElementById('wr_6').value)+ eval(document.getElementById('wr_8').value);
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)
if(document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value) <50000)
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)+ eval(2300)
else
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)
//+ eval(2300);
return true;
}
//function load(){
//if(!document.getElementById('wr_6').value) document.getElementById('wr_6').value=0;
//if(!document.getElementById('wr_8').value) document.getElementById('wr_8').value=0;
//return true;
//}
</script>
전체소스올려봅니다~ 이유를도통모르겟네요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
//휴대전화
$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];
//우편번호
$ex3_filed = explode("-",$write[wr_3]);
$ext3_00 = $ex3_filed[0];
$ext3_01 = $ex3_filed[1];
//$subject="제품구매합니다.";
?>
<script language="javascript">
// 글자수 제한
var char_min = parseInt(<?=$write_min?>); // 최소
var char_max = parseInt(<?=$write_max?>); // 최대
</script><style type="text/css">
<!--
body {
background-color: #F2F2F2;
margin-top: 50px;
}
-->
</style>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" 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?>">
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0><tr><td width="669">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<colgroup width=110>
<colgroup width=''>
<tr><td colspan=2 height=33 bgcolor="#F2F2F2"><span style="padding-left:20px"><img src="/skin/board/n_xls/img/top.gif" alt="" width="650" height="82" /></span></td></tr>
<tr><td height=38 colspan=2 align="left" bgcolor="#F2F2F2" style='padding-left:20px'> </td></tr>
<tr><td colspan="2" style="background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; height:3px;"></td></tr>
<? if ($is_homepage) { ?>
<tr>
<td width="16%" style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 카페아이디</td>
<td width="84%"><input name=wr_homepage class='ed' value="<?=$homepage?>" size=15 maxlength="20" itemname="홈페이지"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 카페별명</td>
<td><input class='ed' maxlength=20 size=15 name=wr_email itemname="이메일" value="<?=$email?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_name) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 주문자</td>
<td><input class='ed' maxlength=20 size=15 name=wr_name itemname="작성자명" required value="<?=$name?>"></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr><? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금자명</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_link2 id="wr_link2" itemname="입금자명" value="<?=$write[wr_link2]?>" required></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? if ($is_password) { ?>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 패스워드</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></tr> -->
<? } ?>
<? if ($is_notice || $is_html || $is_secret || $is_mail) { ?>
<input type=hidden value="secret" name="secret">
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<? if ($is_html) { ?>
<? if ($is_dhtml_editor) { ?>
<input type=hidden value="html1" name="html">
<? } else { ?>
<input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span>
<? } ?>
<? } ?>
<? if ($is_secret) { ?>
<? if ($is_admin || $is_secret==1) { ?>
<input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span>
<? } else { ?>
<input type=hidden value="secret" name="secret">
<? } ?>
<? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
<? if ($is_category) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 분류</td>
<td><select name=ca_name required itemname="분류"><option value="">선택하세요<?=$category_option?></select></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 휴대전화</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>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 전화번호</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='064' <? if($tel1 == "064") echo "selected"; ?>>0505</option>
<option value='064' <? if($tel1 == "064") echo "selected"; ?>>0303</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></tr> -->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 우편번호</td>
<td>
<input class=ed size="4" name=ext3_00 itemname="우편번호 앞자리" readonly value="<?=$ext3_00?>" required> -
<input class=ed size="4" name=ext3_01 itemname="우편번호 뒷자리" readonly value="<?=$ext3_01?>" required>
<a href="javascript:;" onclick="win_zip('fwrite', 'ext3_00', 'ext3_01', 'wr_4', 'wr_4');"><img src="<?=$board_skin_path?>/img/addrsearch.gif" border=0 align="absmiddle"></a>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 주소</td>
<td><input class="ed" style="width:100%; height:20px;" name=wr_4 id="wr_4" itemname="주소" value="<?=$write[wr_4]?>" required></td></tr>
<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' colspan=2 height=38 bgcolor="#FBFBFB"><img src="<?=$board_skin_path?>/img/box_bullet18.gif" border=0> <strong>구매정보</strong> </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; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 고급형</td>
<td><select name='wr_5' class='ed' itemname='건고추구매'
onchange="if(this.options[this.options.selectedIndex].value=='1개')
{
document.getElementById('wr_6').value='29000';
sum();}
else if(this.options[this.options.selectedIndex].value=='2개')
{
document.getElementById('wr_6').value='58000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='3개')
{
document.getElementById('wr_6').value='87000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='4개')
{
document.getElementById('wr_6').value='116000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='5개')
{
document.getElementById('wr_6').value='145000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='6개')
{
document.getElementById('wr_6').value='174000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='7개')
{
document.getElementById('wr_6').value='203000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='8개')
{
document.getElementById('wr_6').value='232000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='9개')
{
document.getElementById('wr_6').value='261000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='10개')
{
document.getElementById('wr_6').value='290000';
sum();
}
else
{document.getElementById('wr_6').value=0;
sum();
}"
>
<option value="선택" <? if($write[wr_5] == "선택") echo "selected"; ?>>-선택-</option>
<option value="1개" <? if($write[wr_5] == "1개") echo "selected"; ?>> 1개</option>
<option value="2개" <? if($write[wr_5] == "2개") echo "selected"; ?>> 2개</option>
<option value="3개" <? if($write[wr_5] == "3개") echo "selected"; ?>> 3개</option>
<option value="4개" <? if($write[wr_5] == "4개") echo "selected"; ?>> 4개</option>
<option value="5개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 5개</option>
<option value="6개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 6개</option>
<option value="7개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 7개</option>
<option value="8개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 8개</option>
<option value="9개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 9개</option>
<option value="10개" <? if($write[wr_5] == "5개") echo "selected"; ?>> 10개</option>
</select>
금액 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_6" id="wr_6" itemname="금액" value="<?=$write[wr_6]?>" readonly="readonly" />
(원) </td>
</tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 일반형</td>
<td><select name='wr_7' class='ed' itemname='건고추구매'
onchange="if(this.options[this.options.selectedIndex].value=='1개') {
document.getElementById('wr_8').value='23000';
sum();}
else if(this.options[this.options.selectedIndex].value=='2개')
{
document.getElementById('wr_8').value='46000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='3개')
{
document.getElementById('wr_8').value='69000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='4개')
{
document.getElementById('wr_8').value='92000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='5개')
{
document.getElementById('wr_8').value='115000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='6개')
{
document.getElementById('wr_8').value='138000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='7개')
{
document.getElementById('wr_8').value='161000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='8개')
{
document.getElementById('wr_8').value='184000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='9개')
{
document.getElementById('wr_8').value='207000';
sum();
}
else if(this.options[this.options.selectedIndex].value=='10개')
{
document.getElementById('wr_8').value='230000';
sum();
}
else
{document.getElementById('wr_8').value=0;
sum();
}"
>
<option value="선택" <? if($write[wr_7] == "선택") echo "selected"; ?>>-선택-</option>
<option value="1개" <? if($write[wr_7] == "1 개") echo "selected"; ?>> 1개</option>
<option value="2개" <? if($write[wr_7] == "2 개") echo "selected"; ?>> 2개</option>
<option value="3개" <? if($write[wr_7] == "3 개") echo "selected"; ?>> 3개</option>
<option value="4개" <? if($write[wr_7] == "4 개") echo "selected"; ?>> 4개</option>
<option value="5개" <? if($write[wr_7] == "5 개") echo "selected"; ?>> 5개</option>
<option value="6개" <? if($write[wr_7] == "6 개") echo "selected"; ?>> 6개</option>
<option value="7개" <? if($write[wr_7] == "7 개") echo "selected"; ?>> 7개</option>
<option value="8개" <? if($write[wr_7] == "8 개") echo "selected"; ?>> 8개</option>
<option value="9개" <? if($write[wr_7] == "9 개") echo "selected"; ?>> 9개</option>
<option value="10개" <? if($write[wr_7] == "10개") echo "selected"; ?>>10개</option>
</select>
금액 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_8" id="wr_8" itemname="금액" value="<?=$write[wr_8]?>" readonly="readonly" />
(원) </td>
</tr>
<tr>
<td colspan="2" height="1" bgcolor="#e7e7e7"></td>
</tr>
<tr>
<td colspan="2" height="1" bgcolor="#e7e7e7"></td>
</tr>
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" alt="" border="0" /> 총합계금액</td>
<td><input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_9" id="wr_9" itemname="금액" value="<?=$write[wr_9]?>" readonly="readonly" />
(원)
= 구매합계 :
<input class="ed" style="width:20%; height:20px;text-align:center;" name="wr_link1" id="wr_link1" itemname="구매합계" value="<?=$write[wr_link1]?>" readonly="readonly" />
(원)
<? if ((wr_9+wr_link1)<50000) { ?>
+ 택배비 : 2,300 원
<? } else { ?>
무료배송
<? } ?>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <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' colspan=2 height=38 bgcolor="#F2F2F2"><img src="<?=$board_skin_path?>/img/box_bullet18.gif" border=0> <strong>입금정보</strong> </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; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 계좌번호</td>
<td>
<select name='wr_3' class='ed' itemname='계좌번호'>
<option value='우체국 202135-01-002065(예금주:엘피스소프트)' <? if($write[wr_3] == "우체국 202135-01-002065(예금주:엘피스소프트)") echo "selected"; ?>>우체국 202135-01-002065(예금주:엘피스소프트)</option>
<option value='우체국 202135-02-098353(예금주:목진철)' <? if($write[wr_3] == "우체국 202135-02-098353(예금주:목진철)") echo "selected"; ?>>우체국 202135-02-098353(예금주:목진철)</option>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
-->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 계좌번호</td>
<td>
<select name='wr_10' class='ed' itemname='계좌번호'>
<? if($board[bo_1]) { ?> <option value='<?=$board[bo_1]?>' <? if($write[wr_3] == "$board[bo_1]") echo "selected"; ?>><?=$board[bo_1]?></option><? } ?>
<? if($board[bo_2]) { ?> <option value='<?=$board[bo_2]?>' <? if($write[wr_3] == "$board[bo_2]") echo "selected"; ?>><?=$board[bo_2]?></option><? } ?>
<? if($board[bo_3]) { ?> <option value='<?=$board[bo_3]?>' <? if($write[wr_3] == "$board[bo_3]") echo "selected"; ?>><?=$board[bo_3]?></option><? } ?>
<? if($board[bo_4]) { ?> <option value='<?=$board[bo_4]?>' <? if($write[wr_3] == "$board[bo_4]") echo "selected"; ?>><?=$board[bo_4]?></option><? } ?>
<? if($board[bo_5]) { ?> <option value='<?=$board[bo_5]?>' <? if($write[wr_3] == "$board[bo_5]") echo "selected"; ?>><?=$board[bo_5]?></option><? } ?>
</select>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금예정일</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_4 id="wr_4" itemname="입금예정일" value="<?=$write[wr_4]?>" required> 예) 2007년 10월 10일</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 입금액</td>
<td><input class="ed" style="width:200px; height:20px;" name=wr_5 id="wr_5" itemname="입금액" value="<?=$write[wr_5]?>" required> 예) 55만원</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 하실말씀</td>
<td><input name=wr_subject class="ed" id="wr_subject" style="width:100%; height:20px;" value="<?=$subject?>" maxlength="60" itemname="하실말씀" required>
</td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<!-- <tr>
<td style='padding-left:20px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 내용</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 language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
<? } ?>
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? if ($is_link) { ?>
<? for ($i=1; $i<=$g4[link_count]; $i++) { ?>
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 링크 #<?=$i?></td>
<td><input type='text' class='ed' size=50 name='wr_link<?=$i?>' itemname='링크 #<?=$i?>' value='<?=$write["wr_link{$i}"]?>'></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
<? } ?>
<? if ($is_file) { ?>
<tr>
<td style='padding-left:20px; height:30px;'><table cellpadding=0 cellspacing=0><tr><td style=" padding-top: 10px;"><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 파일 <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 language="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:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 트랙백주소</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 style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> <?=$norobot_str?></td>
<td><input class='ed' type=input size=10 name=wr_key itemname="자동등록방지" required> * 왼쪽의 글자중 <font color="red">빨간글자만</font> 순서대로 입력하세요.</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
<tr><td colspan=2 height=2 bgcolor="#bc260f"></td></tr>
</table>
</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/bt01_01.gif" border=0 accesskey='s'>
<? if($is_admin == "super"){ ?>
<a href="./board.php?bo_table=<?=$bo_table?>"><img id="btn_list" src="<?=$board_skin_path?>/img/bt01_02.gif" border=0></a>
<? } ?>
</td>
</tr>
</table> </p>
</form>
</Body>
<script language="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_check(f) {
var s = "";
if (s = word_filter_check(f.wr_subject.value)) {
alert("제목에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
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;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return;
}
}
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
<?
/*
if ($is_dhtml_editor) {
echo cheditor3('wr_content');
echo "if (!document.getElementById('wr_content').value) { alert('내용을 입력하십시오.'); return; } ";
}
*/
?>
document.getElementById('btn_submit').disabled = true;
<? if($is_admin == "super"){ ?>
document.getElementById('btn_list').disabled = true;
<? } ?>
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
f.submit();
}
</script>
<script language="JavaScript" src="<?="$g4[path]/js/board.js"?>"></script>
<script language="JavaScript">
window.onload=function() {
drawFont();
}
</script>
<script>
function onlyNumber(objtext1){
var inText = objtext1.value;
var ret;
for (var i = 0; i < inText.length; i++) {
ret = inText.charCodeAt(i);
if (!((ret > 47) && (ret < 58))) {
alert("숫자만을 입력하세요");
objtext1.value = "";
objtext1.focus();
return false;
}
}
if (objtext1.value.length==8) {
document.form1.RNI_idnum2.focus() ;
}
return true;
}
</script>
<script language="javascript">
function sum(){
if(!document.getElementById('wr_6').value) document.getElementById('wr_6').value=0;
if(!document.getElementById('wr_8').value) document.getElementById('wr_8').value=0;
document.getElementById('wr_link1').value = eval(document.getElementById('wr_6').value)+ eval(document.getElementById('wr_8').value);
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)
if(document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value) <50000)
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)+ eval(2300)
else
document.getElementById('wr_9').value = eval(document.getElementById('wr_link1').value)
//+ eval(2300);
return true;
}
//function load(){
//if(!document.getElementById('wr_6').value) document.getElementById('wr_6').value=0;
//if(!document.getElementById('wr_8').value) document.getElementById('wr_8').value=0;
//return true;
//}
</script>