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
|
<?php include_once("./_common2.php"); ?> <script language="javascript" charset="euc-kr" type="text/javascript" src="./js/flash2.js"></script> <!-- ·Î±×ÀÎ ½ºÅ©¸³Æ® ------------------------------------> <script> 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 = "https://www.mijinsoft.co.kr/html/millennium/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 taxrequest() { var taxw = window.open("request_tax.php","¼¼±Ý°è»ê¼ ½Åû","width=500,height=550"); } </script>
<META http-equiv=Content-Type content="text/html; charset=euc-kr">
<style type="text/css"> .topmenu { margin-left:15px; } </style>
<iframe name='login_ifm' width=0 height=0 style="border:0px;"></iframe> <table width="718" height="20" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td>
<td> <table width="500" border="0" align="right" cellpadding="0" cellspacing="0"> <tr> <td><!-- <a href="http://119.201.210.89/" target="_blank"><img src="./img/intro/toprightmenu01.gif" border="0"></a> --> <a href="http://rsup.net/mijin" target="_blank"><img src="./img/intro/topmenu/menu01.gif" border="0"></a><!-- ¿ø°ÝÁö¿ø --><a href="../millennium/easycustomeretax.php"><img src="./img/intro/topmenu/menu02.gif" border="0" class="topmenu"></a><!-- ¼¼±Ý°è»ê¼¹ßÇà --><a href="http://www.allthegate.com/hyosung/index.jsp" target='_blank'><img src="./img/intro/topmenu/menu03.gif" border="0" class="topmenu"></a><!-- Ä«µå¿µ¼öÁõ --><a href="http://www.mijinsoft.co.kr/html/millennium/deallist.php"><img src="./img/intro/topmenu/menu04.gif" border="0" class="topmenu"></a><!-- µô·¯°¡ÀÔ --><a href="http://www.mijinsoft.co.kr/html/millennium/customeras.php"><img src="./img/intro/topmenu/menu05.gif" border="0" class="topmenu"></a><!-- Áú¹®´äº¯ --><a href="http://www.mijinsoft.co.kr/html/millennium/customerprice.php"><img src="./img/intro/topmenu/menu06.gif" border="0" class="topmenu"></a><!-- °ßÀû¿äû --><a href="http://www.mijinsoft.co.kr/html/millennium/customermovie.php"><img src="./img/intro/topmenu/menu07.gif" border="0" class="topmenu"></a><!-- µ¿¿µ»ó°ÀÇ --><a href="http://www.mijinsoft.co.kr/html/millennium/customerfaq.php"><img src="./img/intro/topmenu/menu08.gif" border="0" class="topmenu" ></a><!-- FAQ --><a href="http://www.mijinsoft.co.kr/html/millennium/companyjoin.php"><img src="./img/intro/topmenu/menu09.gif" border="0" class="topmenu" style="margin-right:20px;"></a> </tr> </table> </td> </tr> <!-- ¼ö¹ßÁÖ ·Î±×ÀÎ Ãß°¡--> </table>
|