1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<?php include_once("./_common.php"); ?> <!DOCTYPE html>
<? include("../../manage/category/common.php");
?><head> <meta http-equiv="content-type" content="application/xhtml+xml;" /> <meta charset="euc-kr"> <title>¿¥Á¦ÀÌ ¼ÒÇÁÆ®¿¡ ¿À½Å °ÍÀ» ȯ¿µÇÕ´Ï´Ù.</title> <link rel="stylesheet" type="text/css" href="https://mjsoft.co/html/millennium/css/import.css"/> <script language='javascript' src="https://mjsoft.co/html/millennium/js/jquery-1.7.2.min.js"></script> <script language='javascript' src='https://mjsoft.co/html/millennium/js/img.js'></script><!-- Order_2.php -->
<noscript> <link rel="stylesheet" type="text/css" href="https://mjsoft.co/html/millennium/css/noscript.css" /> </noscript>
<!--// ³×À̹ö ºÎÁ¤Å¬¸¯ ¹æÁö smip Start //--> <!--// smip Start //--> <script> var smipHomeCode = "smip20241202S3671T2872"; </script> <script src="//xn--hz2b15nw6b91c77vqrd.com/smip_log.js"></script> <noscript><img src="//xn--hz2b15nw6b91c77vqrd.com/ip_collect/insert.html?smipHomeCode=smip20241202S3671T2872" style="display:none;width:0;height:0;" referrerpolicy="unsafe-url"></noscript> <!--// smip End //-->
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¿¥Á¦À̼ÒÇÁÆ®2'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007_4&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <!--<script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¿¥Á¦À̼ÒÇÁÆ®'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007_1&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script>--> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ½ÃÀÛ --> <!--<script type="text/javascript"> var JsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); var uname = escape('¹ÌÁø¼ÒÇÁÆ®'); document.write(unescape("%3Cscript id='log_script' src='" + JsHost + "mjsoft007.weblog.cafe24.com/weblog.js?uid=mjsoft007&uname="+uname+"' type='text/javascript'%3E%3C/script%3E")); </script>--> <!-- ¸®Æ÷Æ®2.0 ·Î±×ºÐ¼®ÄÚµå ¿Ï·á -->
<script language="javascript"> function loginChk(){ //·Î±×ÀÎ ½ºÅ©¸³Æ® if( loginFrm.id.value == ''){ alert("¾ÆÀ̵𸦠ÀÔ·ÂÇϼ¼¿ä"); loginFrm.id.focus(); return; }
if(loginFrm.passwd.value == ""){ alert("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä"); loginFrm.passwd.focus(); return;; }
loginFrm.submit(); }
function MsgLogin(f,txt){ alert(txt); if(f == 1){ loginFrm.id.value = ''; loginFrm.id.focus(); }
if(f== 2){ loginFrm.passwd.value = ''; loginFrm.passwd.focus(); } }
function inputSendit() { if(event.keyCode==13) { loginChk(); } }
function PageGo2(){ location.href = "./intro.php"; }
function logout(){ login_ifm.location.href = "logout.php"; }
function goFindIdPw() { var wfind = window.open("findidpw.php","goFindIdPw","width=350,height=250"); wfind.focus(); } //·Î±×ÀÎ ½ºÅ©¸³Æ® ³¡
function blockError(){ //½ºÅ©¸³Æ® ¿À·ù¹æÁö (¿À·ù³ªµµ Ç¥½Ã ÇÏÁö ¾Ê±â) return true; } window.onerror = blockError;
</script>
</head>
<body style='background:url();'>
|