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
|
<head> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <meta http-equiv="content-type" content="application/xhtml+xml; charset=euc-kr" /> <meta http-equiv="Content-Language" content="ko-KR" /> <title>¾÷¹«¿ë ¼ÒÇÁÆ®¿þ¾î Àü¹®°³¹ß¾÷ü / IT»ê¾÷ÀÇ ¸®´õ ¿¥Á¦À̼ÒÇÁÆ®</title> <!--link rel="stylesheet" type="text/css" href="./newcss/style.css"--> <script language="javascript" src="./newjs/flash.js"></script>
<!-- **************************************************************************** --> <!-- *************** ½ºÅ©¸³Æ® ¿À·ù¹æÁö (¿À·ù³ªµµ Ç¥½Ã ÇÏÁö ¾Ê±â)***************** --> <!-- **************************************************************************** --> <script language="JavaScript"> <!-- function blockError(){return true;} window.onerror = blockError; //--> </script>
<!-- **************************************************************************** --> <!-- *************** ½ºÅ©·Ñ¹Ù ½ºÅ¸ÀÏ ÁöÁ¤ *************************************** --> <!-- **************************************************************************** --> <STYLE>#scrollBox { CLEAR: both; WIDTH: 100%; TEXT-ALIGN: left } .scroll_img_box { MARGIN-TOP: 10px; MARGIN-RIGHT: 10px; FLOAT: left; WIDTH: 115px; HEIGHT: 140px } </STYLE>
</head>
|