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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
<?php include_once("./_common2.php"); ?> <? include("../../manage/category/common.php"); ?> <html> <head> <meta http-equiv="content-type" content="application/xhtml+xml; charset=euc-kr" /> <meta http-equiv="Content-Language" content="ko-KR" /> <script language="Javascript" src="./newjs/flash.js"></script> <link href="./css/style.css" rel="stylesheet" type="text/css"> <link href="./newcss/style.css" rel="stylesheet" type="text/css"> <script language='javascript' src='./js/left_menu.js'></script> <script language='javascript' src='./js/img.js'></script>
<!-- **************************************************************************** --> <!-- *************** ½ºÅ©¸³Æ® ¿À·ù¹æÁö (¿À·ù³ªµµ Ç¥½Ã ÇÏÁö ¾Ê±â)***************** --> <!-- **************************************************************************** --> <script language="JavaScript"> <!-- function blockError(){return true;} window.onerror = blockError; //-->
function taxsubmit() { var email = document.getElementsByName("email")[0].value; var company = document.getElementsByName("company")[0].value; if(company == ""){ alert("»óÈ£¸í ÀÔ·ÂÀº ÇʼöÀÔ´Ï´Ù."); return; } if(email == ""){ alert("e¸ÞÀÏ ÁÖ¼Ò ÀÔ·ÂÀº Çʼö ÀÔ´Ï´Ù.\nÀÔ·ÂµÈ ÁÖ¼Ò·Î °è»ê¼°¡ ¹ßÇàµË´Ï´Ù."); return; } document.savetax.submit(); } </script> </head> <? if( $_COOKIE[USERID] !== ""){ $sql = "SELECT Mcompany, companyNum FROM member WHERE Mid = '$_COOKIE[USERID]'"; $result = mysql_query($sql); $row = mysql_fetch_array($result); } ?> <iframe name="ifrm" width="0" height="0" style="border:0px;"></iframe> <body topmargin="0" marginwidth="0" marginheight="0" > <table border="0" cellpadding="0" cellspacing="0" align="center" height="200">
<tr> <td> <form name="savetax" method="post" target="ifrm" action="request_taxProcess.php"> <table width="500" border="0" cellpadding="0" cellspacing="0"> <!-- °è»ê¼ ½Åû --> <tr><td height="50"></td></tr> <tr><td style="padding-bottom:5px;"><img src="./img/customer/taxrequest.jpg" alt="¼¼±Ý°è»ê¼ ½Åû"></td></tr> <tr><td height="2" bgcolor="#627aaf" colspan="5"></td></tr>
<? if( $_COOKIE[USERID] !== ""){ $sql = "SELECT Mcompany, companyNum FROM member WHERE Mid = '$_COOKIE[USERID]'"; $result = mysql_query($sql); $row = mysql_fetch_array($result); } ?> <tr> <td style="padding:10px;" colspan="5"> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle"><strong> <font color="#ff0000">¿¥Á¦À̼ÒÇÁÆ® Á¦Ç°À» ±¸ÀÔÇϽŠ°í°´´Ô¸¸</font> ¼¼±Ý°è»ê¼ ½ÅûÀ» ÇϽǼö ÀÖ½À´Ï´Ù. <br> (Ä«µå ±¸¸Å»óǰ Á¦¿Ü) </b> </td> </tr>
<tr> <td colspan="5"> <form name="savetax" method="post" target="ifrm" action="requesttaxProcess.php"> <table width="500" border="0" cellpadding="0" cellspacing="0">
<tr><td height="1" bgcolor="#c3c3c3" colspan="3"></td></tr>
<tr> <td width="270" height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>»óÈ£</td> <td class="txt03" width="530" style="padding:5px 0 5px 15px;"><input type="text" name="company" style="width:250px; height:22px;" value="<?=$row[Mcompany]?>"> (Çʼö)</td> </tr>
<tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr>
<tr> <td height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>»ç¾÷ÀÚ¹øÈ£</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="rcompanynum" style="width:250px;height:22px;" value="<?=$row[companyNum]?>"> (¿¹: 123-12-12345)</td> </tr> <tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr> <tr> <td height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>°è»ê¼ ´ã´çÀÚ</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="cname" style="width:250px;height:22px;"></td> </tr> <tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr>
<tr> <td height="25"align="center" bgcolor="#f8f8f8"><font color="696969"><b>´ã´çÀÚ ÀüȹøÈ£</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="ctel" style="width:250px;height:22px;"></td> </tr> <tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr> <tr> <td height="25"align="center"bgcolor="#f8f8f8"><font color="696969"><b>°è»ê¼ ¼ö½Å¸ÞÀÏ</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="email" style="width:250px; height:22px;"> (Çʼö)</td> </tr> <tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr>
<tr> <td height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>±¸¸ÅÀÏÀÚ</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="orddate" style="width:250px;height:22px;"> (¿¹: 2011-01-01)</td> </tr> <tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr>
<tr> <td height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>±¸¸Å±Ý¾×</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="ordmoney" style="width:250px;height:22px;"></td> </tr>
<tr><td height="1" bgcolor="#e7e7e7" colspan="3"></td></tr>
<tr> <td height="25" align="center" bgcolor="#f8f8f8"><font color="696969"><b>±¸¸Å½Ã °áÁ¦ÀÚ¸í</td> <td class="txt03" style="padding:5px 0 5px 15px;"><input type="text" name="ordname" style="width:250px;height:22px;"></td> </tr>
<tr><td height="1" bgcolor="#c3c3c3" colspan="3"></td></tr>
<tr> <td colspan="5" class="txt03" height="70" align="left" style="padding:10px;"> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle">»ç¾÷ÀÚµî·ÏÁõÀ» Fax:<font color="#2780ca"><B>053-744-1120</B></FONT> À¸·Î º¸³» ÁÖ¼¼¿ä. <br> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle">»ç¾÷ÀÚµî·ÏÁõ Á¢¼ö ´ÙÀ½³¯ e¸ÞÀÏ·Î ¹ßÇàµË´Ï´Ù.(18½ÃÀÌÀü Á¢¼öºÐ/±Ù¹«½Ã°£ ±âÁØ) <br> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle"><font color="#2780ca">½Å°í¸¶°¨ÀÌ µÈ ÀÚ·á´Â ¹ßÇàÀÌ ºÒ°¡´É ÇÕ´Ï´Ù.</font> <br> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle">½ÅûÇÑ ³»¿ªÀº ¼¼±Ý°è»ê¼ ¹ßÇà¶õÀÇ [¿¥Á¦À̼ÒÇÁÆ® ¹ßÇà³»¿ª Á¶È¸]¿¡¼ Á¶È¸µË´Ï´Ù.<br> <img src="./img/product/p_dot.jpg" vspace="8" hspace="10" align="absmiddle">°è»ê¼ ¹ßÇ๮ÀÇ:1566-8680 </td> </tr>
<tr><td height="1" bgcolor="#c3c3c3" colspan="3"></td></tr>
<tr> <td colspan="5" align="center" style="padding:20px;"> <img src="./img/customer/save_bt.jpg" border="0" onclick="javascript:taxsubmit();" style="cursor:pointer;"> <img src="./img/customer/cancel_bt.jpg" border="0" onclick="javascript:window.close();" style="cursor:pointer;">
</td> </tr> </table> </form> </td> </tr>
</form> </td> </tr>
</table> </body> </html>
|