MINI MINI MANI MO
<?
require_once "./_common/common.php";
include $_SERVER['DOCUMENT_ROOT'].'/_config/global.php';
include $_SERVER['DOCUMENT_ROOT'].'/_config/_class/phpfun.class.php';
$phpfun = new phpfun();
$SID = session_id();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/scale.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="javascript">
function ChkSearch(){
var obj = document.frmSearch;
if(!obj.uname.value){
alert("성명을 기입해 주세요");
obj.uname.focus();
return false;
}
if(!obj.ujumin1.value || !obj.ujumin2.value || !obj.ujumin3.value){
alert("휴대폰번호를 기입해 주세요");
obj.ujumin1.focus();
return false;
}
if(!obj.uemail.value){
alert("등록하신 이메일을 기입해 주세요");
obj.uemail.focus();
return false;
}
obj.target = "HiddenFrm";
obj.action = "/idSearch.php";
obj.submit();
}
</script>
</head>
<div id="top">
<? include "inc/sub_top.html"; ?>
</div>
<tr>
<td>
</td>
</tr>
<tr>
<td>
<!-- navi start-->
<table id="navi" width="100%" height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<?if(!$tt){$ts1="color: #FF0000;font-weight:bolder;";$ts2="color: #000000";}else{$ts2="color: #FF0000;font-weight:bolder;";$ts1="color: #000000";}?>
<tr>
<td align="center"><table align="center"><tr>
<td><strong>아이디 비밀번호찾기</strong></td>
</tr></table></td>
</tr>
<tr><td height="1" bgcolor="#0066CC"></td></tr>
<tr><td height="10" ></td></tr>
</table> </td>
</tr>
</table>
<!-- navi end-->
</td>
</tr>
<tr>
<td align="center">
<div align="center">
<!-- login start-->
<table width="85%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="60" colspan="2" align="center" style="line-height:24px"><strong style="font-size:16px">회원아이디나 비밀번호를 잊어버리셨어요?</strong><br />
<font color="#666666">아래 내용을 기록하시면 휴대전화로 전송됩니다</font></td>
</tr>
<form name="frmSearch" method="post" action="/idSearch.php" >
<input type="hidden" name="logMode" value="login">
<tr>
<td width="20%" height="35" style="padding-bottom:5px;">이름</td>
<td style="padding-bottom:5px;"><input type="text" name="uname" style="width:95%; height:27px; border:1px solid #000000" /></td>
</tr>
<tr>
<td height="35">휴대전화</td>
<td><input name="ujumin1" type="number" style="width:25%; height:27px;border:1px solid #000000" size="4" />
-
<input name="ujumin2" type="number" style="width:25%; height:27px;border:1px solid #000000" size="4" />
-
<input name="ujumin3" type="number" style="width:25%; height:27px;border:1px solid #000000" size="4" /></td>
</tr>
<tr>
<td height="35">이메일</td>
<td><input type="text" name="uemail" style="width:95%; height:27px;border:1px solid #000000" /></td>
</tr>
<tr>
<td height="100" colspan="2" align="center" style="padding-bottom:40px " ><table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="40" bgcolor="#0066CC" style="color:#FFFFFF" onclick="ChkSearch();"><div align="center">ID/PW찾기</div></td>
</tr>
</table></td>
</tr>
</form>
<tr>
<td colspan="2" height="1" bgcolor="#f2f2f2"></td>
</tr>
</table>
</div>
</td>
</tr>
<div id="btm">
<? include "inc/btm.html"; ?>
</div>
OHA YOOOO