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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
|
<?php include_once("./_common2.php"); ?> <? include("./Page/common/header.php");
if(date("Y-m-d")>"2020-12-31"){ ?> <script> /*alert('Á¾·áµÈ À̺¥Æ® ÀÔ´Ï´Ù.'); window.history.go(-1);*/ </script> <?php //exit; // »çÀå´ÔÁö½Ã : Ç׽ð¡´ÉÇÏ°Ô ¼öÁ¤ }
if($ev_code!='86801567' && 1==2){ ?> <script> alert('Âü¿©¹øÈ£°¡ Á¤È®ÇÏÁö ¾Ê½À´Ï´Ù.'); window.history.go(-1); </script> <?php exit; }
/*if($_COOKIE['USERID']==''){ ?> <script> alert('·Î±×ÀÎ ÇÏ¼Å¾ß µË´Ï´Ù.'); window.history.go(-1); </script> <? exit; }*/
$memberQry = " SELECT * FROM member WHERE Mid = '$_COOKIE[USERID]' "; $memberResult = MYSQL_QUERY($memberQry); $memberRow = MYSQL_FETCH_ARRAY($memberResult);
?>
<!-- ¿äû»çÀ¯ ÅØ½ºÆ® Ŭ¸¯½Ã ³»¿ë »èÁ¦ ÇÔ¼ö --> <script> function clear_text(){ if(document.getElementById("clicktime").value == "0"){ //ùŬ¸¯¸¸ »èÁ¦
var str=""; var bb=document.getElementById("content1"); bb.innerHTML= str; document.getElementById("clicktime").value = "1"; } }
function clear_text2(){ if(document.getElementById("clicktime2").value == "0"){ //ùŬ¸¯¸¸ »èÁ¦
var str=""; var bb=document.getElementById("content2"); bb.innerHTML= str; document.getElementById("clicktime2").value = "1"; } }
function clear_text3(){ if(document.getElementById("clicktime3").value == "0"){ //ùŬ¸¯¸¸ »èÁ¦
var str=""; var bb=document.getElementById("content3"); bb.innerHTML= str; document.getElementById("clicktime3").value = "1"; } }
function FrmCh(){ //ÀÔ·Â ³»¿ë °ø¹éÁ¦°ÅµÊ, 23.08.16 ³²»óº¹ Ãß°¡ ¼öÁ¤(ÀԷ³»¿ë »çÀÌ °ø¹éÁ¦°ÅÇÏ°í ±ÛÀÚ¼ö È®ÀÎ) if(document.getElementById("clicktime").value == "0" || document.getElementById("content1").value.replaceAll(' ','').length < 50){ alert('¾÷¹«ÇüŸ¦ 50ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁֽʽÿÀ. : ' + document.getElementById("content1").value.replaceAll(' ','').length + 'ÀÚ'); return ; }
if(document.getElementById("clicktime2").value == "0" || document.getElementById("content2").value.replaceAll(' ','').length < 100){ alert('µµÀÔ Àü ºÒÆí»çÇ×À» 100ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁֽʽÿÀ. : ' + document.getElementById("content2").value.replaceAll(' ','').length+'ÀÚ'); return ; }
if(document.getElementById("clicktime3").value == "0" || document.getElementById("content3").value.replaceAll(' ','').length < 200){ alert('µµÀÔ ÈÄ È¿°ú¸¦ 200ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁֽʽÿÀ. : ' + document.getElementById("content3").value.replaceAll(' ','').length+'ÀÚ'); return ; }
if( jointinsertFrm.formText[1].checked == true){ alert('°³ÀÎÁ¤º¸ Ãë±Þ¹æÄ§¿¡ µ¿ÀÇ ÇÏ¼Å¾ß ÇÕ´Ï´Ù.'); return ; } if( jointinsertFrm.company.value == ""){ alert("»óÈ£(ȸ»ç¸í)¸¦ ÀÔ·ÂÇϼ¼¿ä."); jointinsertFrm.company.focus(); return; } if( jointinsertFrm.name.value == ""){ alert("¼º¸íÀ» ÀÔ·ÂÇϼ¼¿ä."); jointinsertFrm.name.focus(); return; } if( jointinsertFrm.tel1.value == ""){ alert("ÀüÈ ¹øÈ£¸¦ ÀÔ·ÂÇϼ¼¿ä."); jointinsertFrm.tel1.focus(); return; }
if( jointinsertFrm.address.value == "0"){ alert("ÁÖ¼Ò¸¦ ÀÔ·ÂÇϼ¼¿ä."); jointinsertFrm.address.focus(); return; }
jointinsertFrm.target = "jointIframe"; jointinsertFrm.action = "<?php if($MJSOFT_SSL_USE=='Y'){?>https://<?php echo $_SERVER['SERVER_NAME'];?>/html/millennium/reviewProcess.php<?php } else {?>reviewProcess.php<?php }?>"; jointinsertFrm.submit(); }
function Msg(txt) { alert(txt); location.href = "event.php";
} </script>
<div class="wrap">
<div class="contents"> <div class="asideMenu"> <? include("./Page/mypage/leftNavi.html"); ?> </div><!-- //leftNavi --> <div class="subContents"> <h1> <img src="./img/titlebar/mypageevent1.jpg" alt="»ç¿ëÈıâ"> <p> <span class="home"><a href="intro.php">Home</a></span> <span class="depth">></span> <span class="depth1">¸¶ÀÌÆäÀÌÁö</span> <span class="depth">></span> <span class="depth2">»ç¿ëÈıâ</span> </p> </h1> <div class="section"> <img src="./images/buy/review_event_top_221230.png" alt="À̺¥Æ®¹è³Ê">
<form name="jointinsertFrm" method="post" action=''> <!-- ÀԷ¶õ --> <table class="mypageInfo" style="margin-top:10px;"> <caption><img src="./img/mypage/review_text_02.jpg" alt="Èıâ"></caption> <tr> <th width="150">»óÈ£</th> <td width="550"><input name="cpyear" type="text" size="24" maxlength="50"></td> </tr> <tr> <th>¾÷Á¾</th> <td><input name="cptype" type="text" size="24" maxlength="50"></td> </tr> <tr> <th>Ãë±Þǰ¸ñ</th> <td><input name="cpitem" type="text" size="24" maxlength="50"></td> </tr> <tr> <th>Á÷¿ø¼ö</th> <td><input name="employee" type="text" size="24" maxlength="50"><span style="margin-left:10px;">( Çʼö¾Æ´Ô )</span></td> </tr> <tr> <th>¿¬¸ÅÃâ¾×</th> <td><input name="sales" type="text" size="24" maxlength="50"><span style="margin-left:10px;">( Çʼö¾Æ´Ô )</span></td> </tr> <tr> <th>¾÷¹«ÇüÅÂ</th> <td> <input type="hidden" name="clicktime" id="clicktime" value="0"> <textarea cols="82" rows="13" name='cont_work' onClick="clear_text()" id="content1">¾î¶²¾÷¹«¿¡ »ç¿ëÇÏ°í °è½Å°¡¿ä?(50ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁÖ¼¼¿ä.)</textarea> </td> </tr> <tr> <th>µµÀÔ Àü ºÒÆí</th> <td> <input type="hidden" name="clicktime2" id="clicktime2" value="0"> <textarea cols="82" rows="13" name='cont_before' onClick="clear_text2()" id="content2">µµÀÔ Àü ¾î¶² ºÒÆíÇÑ Á¡ÀÌ ÀÖÀ¸¼Ì³ª¿ä?(100ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁÖ¼¼¿ä.)</textarea> </td> </tr> <tr> <th>µµÀÔ ÈÄ È¿°ú</th> <td> <input type="hidden" name="clicktime3" id="clicktime3" value="0"> <textarea cols="82" rows="13" name='cont_after' onClick="clear_text3()" id="content3">µµÀÔ ÈÄ ¾î¶² È¿°ú°¡ ÀÖÀ¸¼Ì³ª¿ä?(200ÀÚ ÀÌ»ó ÀÔ·ÂÇØ ÁÖ¼¼¿ä.)</textarea> </td> </tr> <tr> <td colspan="2" style="padding:10px 0;"> <font color="#ff6400"><b>¡Ø µî·ÏµÈ »ç¿ëÈıâ´Â ¹ÝȯµÇÁö ¾ÊÀ¸¸ç, ¿¥Á¦À̼ÒÇÁÆ®ÀÇ Á¦Ç° È«º¸¸ñÀûÀ¸·Î »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù. </td> </tr> </table> <!-- °³ÀÎÁ¤º¸ --> <div class="joinAgree"> <h3>°³ÀÎÁ¤º¸ ¼öÁý ¹× À̿뵿ÀÇ <span class="privacy_link">(ÀÚ¼¼ÇÑ ³»¿ëÀº '°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§'À» Âü°íÇØÁÖ¼¼¿ä.)</span></h3> <? include("./privacy_text.html"); ?> <p> <span>À§ »çÇ׿¡ ´ëÇÏ¿© ¸ðµÎ</span><input type="radio" id="agree" name="formText" value="1" style="border:0px;"> <label for="agree">µ¿ÀÇÇÔ</label> <input type="radio" id="disagree" name="formText" value="2" style="border:0px;" checked><label for="disagree">µ¿ÀǾÈÇÔ</label> </p> </div> <table class="tieupTable" style="margin-top:10px;width: 100%"> <caption><img src="./img/mypage/review_text_03.jpg" alt="»çÀºÇ° ¹è¼ÛÁö"><span><span class="red">* </span>´Â Çʼö Ç׸ñÀÔ´Ï´Ù.</span></caption> <tr> <th width="150" class="top_bd"><span class="red">*</span>»óÈ£</th> <td width="530" class="top_bd"><input name="company" type="text" size="24" maxlength="50"></td> </tr> <tr> <th><span class="red">*</span>¼º¸í(Á÷Ã¥)</th> <td><input name="name" type="text" size="24" maxlength="50"></td> </tr> <tr> <th><span class="red">*</span>ÀüȹøÈ£</td> <td ><input name="tel1" type="text" size="4" maxlength="4"> - <input name="tel2" type="text" size="4" maxlength="4"> - <input name="tel3" type="text" size="4" maxlength="4"> <font color="#0066FF">(À̺¥Æ® ´ç÷ ÈÄ ¿¬¶ô¹ÞÀ» ¹øÈ£)</font> </td> </tr> <!--<tr> <th>¿ëÁö¼±ÅÃ</th> <td> <select name="paper"> <option value="0" selected>¹ÌÁ¤</option> <option value="1">°Å·¡¸í¼¼Ç¥</option> <option value="2">¼¼±Ý°è»ê¼</option> <option value="3">¶óº§Áö</option> <option value="4">PDA·ÑÁö</option> </select> </td> </tr>--> <tr> <th><span class="red">*</span>ÁÖ¼Ò(Áö¿ª)</th> <td><input name="address" type="text" maxlength="50" style='width:600px;'></td> </tr> </table><!-- //mypageInfo--> <p><a href="javascript:FrmCh();"><img src="./images/buy/review_event_btn2.png" alt="Èıâµî·Ï" style="width:200px;margin:0 auto;margin-top:30px;display:block;"></a></p> </form> <!-- '»çÀºÇ°¹ß¼Û¸®½ºÆ®'ÀÇ ÆäÀÌÁö±â´É °ü·Ã º¯¼ö *»èÁ¦ÇÏÁö ¸» °Í* --> <?php $mypageevent3 = ''; ?> <!-- //'»çÀºÇ°¹ß¼Û¸®½ºÆ®'ÀÇ ÆäÀÌÁö±â´É °ü·Ã º¯¼ö *»èÁ¦ÇÏÁö ¸» °Í* -->
<? include("./freebies_inc.php"); ?> </div><!-- //section --> </div><!-- //subContents --> </div><!-- //contents --> </div><!-- //wrap -->
<iframe name='jointIframe' width=0 height=0></iframe>
<? include("./Page/common/footer.php"); ?>
|