묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
폼메일에 대한 질문입니다..아시는분 있으시면 답변좀 달아 주세요...^^
2003.01.12 18:18
요 밑에것이 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>
아시는분께서는 제 메일주소로 오게 하고 싶은데.. 어딜 어케 바꺼야 하는지 부탁점 드리겠습니다..
그리고
<? 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>
<input name="email" type="text" size="30" style="height:18px; background-color:#FFFFFF;border:1 solid black;font-size:9pt" value="<?=$mall_email?>">
<?=$mall_email?> 이걸지우고 여기에 님 이메일 주소를 적어보세요.
글구 readonly
color:#FFFFFF;border:1 solid black;font-size:9pt" value="님메일주소" readonly>
이런식으로 수정하면 전부 님이멜쥬소 들어가고 수정할수 없습니다..
근대 여기 맞나 ㅡㅡ;
보내는사람 이멜 인가 ㅡㅡ?
원래 자기이름
받는사람 이메일
제목
이름
바께 안적나요 -0-???
외 이멜이 1게바께 없을까요 ^ ^?
이게아닌거같네요 자세히 보니까 ㅎㅎㅎ
$cf_admin_mail
이게 뭔지 잘몰게떠요;; 이파일엔 없는거같구
인쿨루드 된파일중에 들어 있을꺼같은대..
위에 해떤말은 다주접이구요 .
$mail_to=$cf_admin_mail; 에서
$cf_admin_mail 을
$mail_to="님메일주소";
일케 바꿔 주세요..
if($mode=="post") { 는 만약 모드는 post 와 같을때 입니다.
이파일.php?mode=post 이런식으로 불러오죠..
post 일때만{}속의 내용을 실행을 한단거죠
그게 아니면 실행안하고 {} 속의 내용은 무시 됩니다 ..