보시면 오른쪽 상단에 상담폼이 있는데요..거기다 작성을 하고 밑에 "신청하기"누르면 바로 진행절차
가 메인화면 중간에서 밑에 부분에 "온라인 상담 진행사항"쪽에 나타나게 하고싶은데요..
뭐부터 작업해야돼나요..무슨파일에 손을 대야할지 ㅠㅠ main.php 상담폼이 있는데요..
write.skin.php파일에 글쓰기 폼을 상담폼처럼 만들어야 하나요?? 기초가 없어서 ㅠㅠ
write.skin.php/view.skin.php/list.skin.php 3가지를 다 손대야하는건지..뭐가 뭔지 ㅠㅠ
db에 테이블은 만들었어요..우선..그담은 어찌해야돼나요..??도와주세요~
가 메인화면 중간에서 밑에 부분에 "온라인 상담 진행사항"쪽에 나타나게 하고싶은데요..
뭐부터 작업해야돼나요..무슨파일에 손을 대야할지 ㅠㅠ main.php 상담폼이 있는데요..
write.skin.php파일에 글쓰기 폼을 상담폼처럼 만들어야 하나요?? 기초가 없어서 ㅠㅠ
write.skin.php/view.skin.php/list.skin.php 3가지를 다 손대야하는건지..뭐가 뭔지 ㅠㅠ
db에 테이블은 만들었어요..우선..그담은 어찌해야돼나요..??도와주세요~
첨부파일
댓글 4개
이해가 잘안돼네요 ㅠㅠ
우선 제 메인페이지에요
http://youngzone.kr/main/main.php
그리고 글쓰기 계시판을 하나는 견적내기위한 글쓰기 계시판
http://youngzone.kr/bbs/write.php?bo_table=advice1
그리고 빠른상담을위한 계시판을 하나 만들었어요~~
http://youngzone.kr/bbs/write.php?bo_table=advice2 <<< 이다음에
어떻게해야돼는거죠?? 빠른상담신청폼에 밑에 신청하기는 어떻게 처리해야돼는거죠??
이해가 잘...그리고 빠른상담을 위한 계시판을 main.php파일로 끄러와야하는건가요??
이소스는 main.php에 있는 소스에요 원본 소스인데..빠른상담폼에 대한 소스에요
#################################################################
<form name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 성명</th>
<td><input type="text" name="textfield" id="textfield" style="width:148px;"></td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 전화</th>
<td><select name="select" id="select">
<option>010</option>
<option>011</option>
</select> - <input type="text" name="textfield2" id="textfield2" style="width:37px;"> - <input type="text" name="textfield3" id="textfield3" style="width:37px;"></td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 구분</th>
<td>
<select name="select2" id="select2" style="width:148px;">
<option selected>홈페이지제작</option>
<option>쇼핑몰제작</option>
<option>웹모바일 제작</option>
<option>관리/운영대행</option>
<option>호스팅</option>
</select>
</td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 형태</th>
<td>
<select name="select3" id="select3" style="width:148px;">
<option>일반형홈페이지</option>
<option>고급형홈페이지</option>
<option>최고급홈페이지</option>
</select>
</td>
</tr>
<tr>
<td colspan="2" class="tr pr12 pt3"><input name="imageField" type="image" class="btn" id="imageField" src="../images/main/sms_online_btn.gif" alt="신청하기"></td>
</tr>
</table>
</form>
여기서 어떻게 처리해야돼는지.. 빠른상담을 위한 계시판은 만들어놨구요..
ㅠㅠ 뭐가뭔지 하나도 모르겠네요 ㅠㅠ
우선 제 메인페이지에요
http://youngzone.kr/main/main.php
그리고 글쓰기 계시판을 하나는 견적내기위한 글쓰기 계시판
http://youngzone.kr/bbs/write.php?bo_table=advice1
그리고 빠른상담을위한 계시판을 하나 만들었어요~~
http://youngzone.kr/bbs/write.php?bo_table=advice2 <<< 이다음에
어떻게해야돼는거죠?? 빠른상담신청폼에 밑에 신청하기는 어떻게 처리해야돼는거죠??
이해가 잘...그리고 빠른상담을 위한 계시판을 main.php파일로 끄러와야하는건가요??
이소스는 main.php에 있는 소스에요 원본 소스인데..빠른상담폼에 대한 소스에요
#################################################################
<form name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 성명</th>
<td><input type="text" name="textfield" id="textfield" style="width:148px;"></td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 전화</th>
<td><select name="select" id="select">
<option>010</option>
<option>011</option>
</select> - <input type="text" name="textfield2" id="textfield2" style="width:37px;"> - <input type="text" name="textfield3" id="textfield3" style="width:37px;"></td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 구분</th>
<td>
<select name="select2" id="select2" style="width:148px;">
<option selected>홈페이지제작</option>
<option>쇼핑몰제작</option>
<option>웹모바일 제작</option>
<option>관리/운영대행</option>
<option>호스팅</option>
</select>
</td>
</tr>
<tr>
<th><img src="../images/main/sms_online_icon.gif" width="4" height="4" /> 형태</th>
<td>
<select name="select3" id="select3" style="width:148px;">
<option>일반형홈페이지</option>
<option>고급형홈페이지</option>
<option>최고급홈페이지</option>
</select>
</td>
</tr>
<tr>
<td colspan="2" class="tr pr12 pt3"><input name="imageField" type="image" class="btn" id="imageField" src="../images/main/sms_online_btn.gif" alt="신청하기"></td>
</tr>
</table>
</form>
여기서 어떻게 처리해야돼는지.. 빠른상담을 위한 계시판은 만들어놨구요..
ㅠㅠ 뭐가뭔지 하나도 모르겠네요 ㅠㅠ
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기