채택완료

빠른상담신청 신청서 작성 테스트할때 오류에 대해서 문의입니다.

2018-03-28 (수) 11:39:38 3,418

1889882222_1522204430.9322.png

https://sir.kr/qa/178458?unanswered=0

을 참고해서 했는데. 안됩니다. 

<?
$g5_path = ".."; // 그누보드가 있는 상대경로를 적어줌  
?>
<script language="javascript">
var char_min = parseInt(<?=$write_min?>); 
var char_max = parseInt(<?=$write_max?>); 
</script>

<style type="text/css">

select {border: 1px solid #333333;color: #333333;}
.quick{ border: 1px solid #999999;}
.stx{ border: 1px solid #3e4a5a;}
.ed {border: 2px solid #cccccc;background-color: #efeff1; font-family:'Nanum Gothic';}
.style7 {color: #000000}
.style8 {color: #000000; font-weight: bold; }
.style9 {color: #666666}
</style>
<script type="text/javascript">
function checkFrm(obj) {
 if(obj.wr_6.checked == false) {
  alert('개인정보 활동동의에 체크해주세요.');
  obj.wr_6.focus();
  return false;
 }
}
</script>

<table width=320 border="0" align="center" cellpadding="0" cellspacing="0" >
<form name="fwrite" id="fwrite" action="<?php echo $action_url ?>" onsubmit="return checkFrm(this);">
        <input type=hidden name=w        value="">
        <input type=hidden name=bo_table value="online">
        <input type=hidden name=wr_id    value="">
        <input type=hidden name=sca      value="">
        <input type=hidden name=sfl      value="">
        <input type=hidden name=stx      value="">
        <input type=hidden name=spt      value="">
        <input type=hidden name=sst      value="">
        <input type=hidden name=sod      value="">
        <input type=hidden name=s    value="s">
        <input type=hidden name=wr_subject  value="빠른 상담 신청">
        <input type=hidden name=wr_content  value="빠른 상담 신청">
        <input type=hidden name="wr_1"  value="">
      <tr>

혹시 파일경로가 잘못되었는지, 아니면 뭐가 잘못되었는지 도움을 받고 싶습니다. 

답변 2개 / 댓글 2개

채택된 답변
+20 포인트

무슨 오류가 나는거고..

뭐가 안되시는건지.. 파악이 안됩니다.

$action_url 출력해보셨나요??

폼값이 전달이 안된다는거신지... 전달하면 페이지가 없는페이지가 나오신다는건지..

문제가 정확히 파악이 안됩니다. 오류가 나는 page url 이라도 알려주시면.. 

확인해보고 바로 답변드릴게요

답변에 대한 댓글 2개

http://hbmotors.cafe24.com/customer1.php

스킨 경로는 /skin/board/online입니다.
결국 어렵게 해결했네요...
다른 페이지 코드를 참조해서 했습니다.

여하튼 감사합니다 ^^;; 채택까지 해주시구 ㅠㅠ 

답변을 작성하려면 로그인이 필요합니다.