묻고답하기

요 밑에것이 http://sogozip.com/form_mail.html 의 소스인데.. 지성하지만..
아시는분께서는 제 메일주소로 오게 하고 싶은데.. 어딜 어케 바꺼야 하는지 부탁점 드리겠습니다..
그리고
<? session_start() ?>
<? include "./lib/mall_config.html"; ?>
<? include "./lib/admin_cfg2.html"; ?>
<? include "./lib/user_function.html"; ?>
<? include "./total/zion_counter.html"; ?>
<?

if($mode=="post") {
요 위에 것이 무신 내용인지 몰겠어염.. 궁금합니다..
공부 열띠미 해서.. 제 스스로 알도록 하죠..
감사합니다.
답글 달아 주시는분이 누구신지 지금은 몰겠지만.. 미리 감사의 말씀 드립니다..



<? session_start() ?>
<? include "./lib/mall_config.html"; ?>
<? include "./lib/admin_cfg2.html"; ?>
<? include "./lib/user_function.html"; ?>
<? include "./total/zion_counter.html"; ?>
<?

if($mode=="post") {

################## 관리자에게 메일 보내기 ################
$mail_to=$cf_admin_mail;
$content=nl2br($content);

$Mail_Header = "FROM:$name <$email> n";
$Mail_Header .= "Content-Type: text/html;charset=EUC-KRn";
$mail_content = $comment;

mail($mail_to, $subject, $mail_content, $Mail_Header);

movepage("$PHP_SELF?mode=done");
}
?>
<html>
<head>
<title>상담 및 문의 메일보내기</title>
<style type="text/css">
<!--
.underline { font-family: "굴림"; font-size: 9pt; color: #000000; line-height: 15pt}
a {font-family: "굴림"; font-size: 9pt; color: #000000; text-decoration: none}
a:hover {font-family: "굴림"; font-size: 9pt; color: #ff0000; text-decoration: underline}
-->
</style>

<SCRIPT LANGUAGE="JavaScript">
<!--
function form_check() {
if(!mail.name.value) {
alert('이름을 입력해 주세요');
mail.name.value;
return false;
}

if(!mail.subject.value) {
alert('제목을 입력해 주세요');
mail.subject.value;
return false;
}

if(!mail.comment.value) {
alert('내용을 입력해 주세요');
mail.comment.value;
return false;
}
return true;
}
//-->
</SCRIPT>
</head>

<body topmargin="0" leftmargin="0">
<table width="420" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/fomemail_title.gif" width="420" height="46"></td>
</tr>
<tr>
<td align="center" bgcolor="#F5F5F5">
<!--------------- 폼 들어가는 부분시작------------->
<? if($mode=="done") { ?>
<table width="90%" border="0" cellpadding="0" cellspacing="0" class="underline">
<tr>
<td width="22%" height="25" align=center><BR><BR>
문의하신 요청사항은 빠른 시일 내에 답변해 드리겠습니다.<br><BR>
감사합니다!!!<BR><BR>
</td>
</tr>
</table>

<? } else { ?>
<form name="mail" action="<? echo "$PHP_SELF?mode=post"; ?>" method="post" onsubmit="return form_check()">
<table width="90%" border="0" cellpadding="0" cellspacing="0" class="underline">
<tr>
<td width="22%" height="25">이름</td>
<td width="78%" height="25"><input name="name" type="text" size="10" style="height:17px; background-color:#FFFFFF;border:1 solid black;font-size:9pt" value="<?=$mall_name?>"></td>
</tr>

<tr>
<td height="25">이메일</td>
<td height="25"><input name="email" type="text" size="30" style="height:18px; background-color:#FFFFFF;border:1 solid black;font-size:9pt" value="<?=$mall_email?>"></td>
</tr>
<tr>
<td height="25">제목</td>
<td height="25"><input name="subject" type="text" size="40" style="height:18px; background-color:#FFFFFF;border:1 solid black;font-size:9pt"></td>
</tr>
<tr>
<td height="70">내용</td>
<td><textarea name="comment" cols="40" rows="7" style="background-color:#FFFFFF;border:1 solid black;font-size:9pt"></textarea></td>
</tr>
</table>
<!-------------폼 끝낫습니다---------->
<? } ?>
</td>
</tr>
<tr>
<td height="30" align="center">
<? if($mode!="done") { ?> <input type="image" src="img/fomemail_bu1.gif" width="78" height="18" border="0">   <? } ?>
<a href="javascript:self.close()" onFocus=this.blur()><img src="img/fomemail_bu2.gif" width="78" height="18" border="0"></a></td>
</tr>
</table>
</form>


</body>
</html>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
프로즈 글씨가..위로 올라가게 하는방법점 알려주세여 [1] 2007.08.10
최종일 [급해요] 좀 도와주세요. 폼 값을 다른창으로 보내기 [1] 2007.08.10
허은희 자기 이름이; 어떻게; [1] 2007.08.10
통신보안 헤더 와 푸터가뭐에요? [2] 2007.08.10
스케이탱 DB 용량이요..^-^; [1] 2007.08.10
ecstasy 계정에 트래픽이라는거요.. [2] 2007.08.10
이호진 [폰트관련질문]자료실질문란이없어서 여기다올립니다. 이폰트가무엇인지가르쳐주세여 [1] 2007.08.10
이영진 [php] html안에 php 삽입하는 건여?? [3] 2007.08.10
frononteus 질문 두가지... 링크에 관한 [2] 2007.08.10
김호조 질문입니다. 꼭~ 칼켜주세요. ^0^ [1] 2007.08.10
양현일 제로보드에 사용된 notice구현하는법좀 [1] 2007.08.10
최종욱 질문임다..제발 꼭좀 도와주세요 [1] 2007.08.10
Illution 처음 Index 화면을 띄울때 도구모음없이 팝업창화 하는 방법좀 알려주세요. [2] 2007.08.10
후안무치 [질문]제로보드의 $_zb_path변수는... [3] 2007.08.10
♡다솜지기♡ php와 자바스크립트 연동관련질문.. [2] 2007.08.10
조용신 왼쪽의 메뉴처럼 떠있는 메뉴 어떻게 만들죠?.. [1] 2007.08.10
조하나 포토샵7.0에서 글쓸려고 클릭할때마다 오류창이 뜹니다.  
쿠키소다 게시판에서 글쓰기 폼만 보이게 하려면..우째야 하나요.. [3] 2007.08.10
토마토 [질문] 제로보드에서 지원하는... [1] 2007.08.10
김문환 제로보드에서 이미지화일 첨부시... [3] 2007.08.10