1 : {&¢Ò
2 : /* file: chkdupid.fom¢Ò
3 : author: ¼±¤Çö¢Ò
4 : ¢Ò
5 : Copyright (c) 2001/02/22 by Wesoft¢Ò
6 : All Rights Reserved.¢Ò
7 : */¢Ò
8 : ¢Ò
9 : BARCOLOR= bar_boardcolor;¢Ò
10 : }¢Ò
11 : <html>¢Ò
12 : <head>¢Ò
13 : <title>ID Áߺ¹ °Ë»ç</title>¢Ò
14 : <!-- {$PROGRAM_NAME} {$PROGRAM_VERSION} -->¢Ò
15 : <meta http-equiv="Content-Type" content="text/html; charset=euc-kr">¢Ò
16 : <link rel=stylesheet type="text/css" href="form/addrbook.css">¢Ò
17 : <STYLE TYPE="text/css">¢Ò
18 : <!--¢Ò
19 : td { font-size:9pt; color:#000000; font-family:'±¼¸²'; padding:3px; }¢Ò
20 : -->¢Ò
21 : </STYLE>¢Ò
22 : <script language="JavaScript" src="form/idcheck.js"></script>¢Ò
23 : <script language="JavaScript">¢Ò
24 : <!--¢Ò
25 : function PutValue(id)¢Ò
26 : {¢Ò
27 : opener.document.{$fn}.{$in}.value= id;¢Ò
28 : opener.document.{$fn}.{$pn}.focus();¢Ò
29 : self.close();¢Ò
30 : }¢Ò
31 : ¢Ò
32 : //-->¢Ò
33 : </script>¢Ò
34 : </head>¢Ò
35 : <body {$background} style="margin:2px" onLoad='document.user.id.focus()'>¢Ò
36 : <center>¢Ò
37 : <table border=1 cellspacing=0 cellpadding=0 width=100% height=100%¢Ò
38 : bgcolor=#e6f1dc style="border-width:0;">¢Ò
39 : <form name="user" method="get" action="chkdupid.wel" onSubmit="return idCheck2()">¢Ò
40 : <input type=hidden name="fn" value="{$fn}">¢Ò
41 : <input type=hidden name="in" value="{$in}">¢Ò
42 : <input type=hidden name="pn" value="{$pn}">¢Ò
43 : <tr bgcolor={$BARCOLOR}>¢Ò
44 : <td align=center valign=bottom height=1¢Ò
45 : style="border-width:1px;border-color:#000000">¢Ò
46 : <font size=2><b>ÁÖ¼Ò·Ï ID Áߺ¹ °Ë»ç</b></font></td>¢Ò
47 : </tr>¢Ò
48 : <tr bgcolor=#f8f8e8>¢Ò
49 : <td align=center¢Ò
50 : style="border-width:1px;border-color:#000000;border-top:none;border-bottom:none">¢Ò
51 : {$MSG}<br><br>¢Ò
52 : {&¢Ò
53 : if(dupflag==0)¢Ò
54 : {¢Ò
55 : btaction= "PutValue('" ~ id ~ "')";¢Ò
56 : button(1,btaction," ID Àû¿ëÇϱâ ","");¢Ò
57 : print("<br><br>");¢Ò
58 : }¢Ò
59 : }¢Ò
60 : ÁÖ¼Ò·Ï ID : <input type=text name="id" size=12 maxlength=12 id=it> ¢Ò
61 : {&button(1,"if(idCheck2()==true) document.user.submit()"," ã±â ","")}</td>¢Ò
62 : </tr>¢Ò
63 : <tr bgcolor={$BARCOLOR}>¢Ò
64 : <td align=center height=20 style="border-width:1px;border-color:#000000">¢Ò
65 : {$cpright}</td>¢Ò
66 : </tr>¢Ò
67 : </table>¢Ò
68 : </center>¢Ò
69 : </body>¢Ò
70 : </html>¢Ò
|