묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
죄송하지만... 몇가지 구합니다.....^^;;
2003.01.10 17:09
죄송합니다... 제로카운터 있으신분 어서 다운로드 받는지 알켜주심 감사하겠습니다...
글구 폼메일은 공부하고 있는데 허접이라서 밑에 있는 글은 이해 했는데..
제가 알고 싶은 폼메일이 있어서요....
제가 알고 싶은것은 보내는 사람은 항상 정해져 있는 소스를 알고 싶은데..
친절한 님 알켜주심 감사하겠어여...
이왕이면 주석문까지....^^;;
제가 알고싶은 폼메일의 샘플은 http://sogozip.com/form_mail.html 입니다..
아시는분 리플점 부탁함다...
그럼 새해복 많이 받으세요...^^
* zero님에 의해서 게시물 이동되었습니다 (2003-01-10 17:17)
글구 폼메일은 공부하고 있는데 허접이라서 밑에 있는 글은 이해 했는데..
제가 알고 싶은 폼메일이 있어서요....
제가 알고 싶은것은 보내는 사람은 항상 정해져 있는 소스를 알고 싶은데..
친절한 님 알켜주심 감사하겠어여...
이왕이면 주석문까지....^^;;
제가 알고싶은 폼메일의 샘플은 http://sogozip.com/form_mail.html 입니다..
아시는분 리플점 부탁함다...
그럼 새해복 많이 받으세요...^^
* zero님에 의해서 게시물 이동되었습니다 (2003-01-10 17:17)
댓글 3
-
허진규
2003.01.10 18:46
-
메딕!!
2003.01.10 20:37
요 밑에것이 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-KR\n";
$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> -
메딕!!
2003.01.10 20:39
아참... 제로 카운터는 구했습니다.. 아주 좋더군요...
제로님 잘쓰겠습니다..^^
주소를 적는곳이
<input type="text" ~~~~~ value=""
이런식으로 있을껌니다 이걸
<input type="hidden" ~~~~~~~~ value="님메일주소"
일케 바꿔 주시면 됩니다 name 나 id 나 는 그대로 적어주셔야하구요..
type="text" 한줄글상자라고 하져 .. 글을적을수 잇게 되있습니다.
type="hidden" 숨김 값으로 패이지에 표시는안되는 값입니다..
또는 주소적는곳을 그대로 이용하시고 value="님메일주소" 을 추가하시고
readonly 를 추가하시면 님이메일 주소가 자동으로 들어있고 이주소를 수정할수 없게쪼 ^ ^