교컴로고초기화면으로 header_kyocom
교컴메뉴
교컴소개 이용안내 소셜교컴 나눔마당 배움마당 자료마당 교과마당 초등마당 특수마당 글로벌교컴 온라인프로젝트학습 교컴 UCC
회원 로그인
정보기억 정보기억에 체크할 경우 다음접속시 아이디와 패스워드를 입력하지 않으셔도 됩니다.
그러나, 개인PC가 아닐 경우 타인이 로그인할 수 있습니다.
PC를 여러사람이 사용하는 공공장소에서는 체크하지 마세요.
소셜네트워크 서비스를 통해서 로그인하시면 별도의 로그인 절차없이 회원서비스를 이용하실 수 있습니다.
교컴 키우기 자발적 후원


:::: 교컴가족 로그인(0)

  • 주간 검색어
  • 현재 검색어
  1. 무게
  2. 2022교육과정 115
  3. 수학 114
  4. 교사학습공동체에서미래교육을상상하다 113
  5. 미래교육 112
  6. 질문이있는교실 111
  7. 엑셀 34
  8. 환경 2
  9. 국어 5단원
  10. 스피드
기간 : ~
  1. 자율활동 생기부 입력 예시
  2. 과목 세특
  3. 세특 예시
  4. 중1 과세특
기간 : 현재기준

교컴 포토갤러리

온라인 지식교류방

제로보드 로그인 폼

함영기 | 2003.06.14 17:14 | 조회 1875 | 공감 0 | 비공감 0
<html>
<head>
    <title>로그인</title>
    <meta http-equiv=Content-Type content=text/html; charset=EUC-KR>
    <link rel=StyleSheet HREF=skin/nzeo_ver3/style.css type=text/css title=style>
    <script language='JavaScript'>
    var select_obj;
    function ZB_layerAction(name,status) {
        var obj=document.all[name];
        var _tmpx,_tmpy, marginx, marginy;
        _tmpx = event.clientX + parseInt(obj.offsetWidth);
        _tmpy = event.clientY + parseInt(obj.offsetHeight);
        _marginx = document.body.clientWidth - _tmpx;
        _marginy = document.body.clientHeight - _tmpy ;
        if(_marginx < 0)
            _tmpx = event.clientX + document.body.scrollLeft + _marginx ;
        else
            _tmpx = event.clientX + document.body.scrollLeft ;
        if(_marginy < 0)
            _tmpy = event.clientY + document.body.scrollTop + _marginy +20;
        else
            _tmpy = event.clientY + document.body.scrollTop ;
        obj.style.posLeft=_tmpx-13;
        obj.style.posTop=_tmpy-12;
        if(status=='visible') {
            if(select_obj) {
                select_obj.style.visibility='hidden';
                select_obj=null;
            }
            select_obj=obj;
        }else{
            select_obj=null;
        }
        obj.style.visibility=status;
    }


    function print_ZBlayer(name, homepage, mail, member_no, boardID, writer, traceID, traceType, isAdmin, isMember) {
        var printHeight = 0;
        var printMain="";
    
        if(homepage) {
            printMain = "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('"+homepage+"');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_homepage.gif border=0 align=absmiddle>  홈페이지  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(mail) {
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode=m&str="+mail+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_mail.gif border=0 align=absmiddle>  메일 보내기  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(member_no) {
            if(isMember) {
                printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('view_info.php?member_no="+member_no+"','view_info','width=400,height=510,toolbar=no,scrollbars=yes');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_memo.gif border=0 align=absmiddle>  쪽지 보내기  </td></tr>";
                printHeight = printHeight + 16;
            }
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('view_info2.php?member_no="+member_no+"','view_info','width=400,height=510,toolbar=no,scrollbars=yes');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_information.gif border=0 align=absmiddle>  회원정보 보기  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(writer) {
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=location.href='zboard.php?id="+boardID+"&sn1=on&sn=on&ss=off&sc=off&keyword="+writer+"';><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_search.gif border=0 align=absmiddle>  이름으로 검색  </td></tr>";
            printHeight = printHeight + 16;
        }
        if(isAdmin) {
            if(member_no) {
                printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode=i&str="+member_no+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_modify.gif border=0 align=absmiddle>  <font color=darkred>회원정보 변경  </td></tr>";
                printHeight = printHeight + 16;
            }
            printMain = printMain +    "<tr onMouseOver=this.style.backgroundColor='#bbbbbb' onMouseOut=this.style.backgroundColor='' onMousedown=window.open('open_window.php?mode="+traceType+"&str="+traceID+"','ZBremote','width=1,height=1,left=1,top=1');><td style=font-family:굴림;font-size:9pt height=18 nowrap> <img src=images/n_relationlist.gif border=0 align=absmiddle>  <font color=darkred>관련글 추적</font>  </td></tr>";
            printHeight = printHeight + 16;
        
        }
        var printHeader = "<div id='"+name+"' style='position:absolute; left:10px; top:25px; width:127; height: "+printHeight+"; z-index:1; visibility: hidden' onMousedown=ZB_layerAction('"+name+"','hidden')><table border=0><tr><td colspan=3 onMouseover=ZB_layerAction('"+name+"','hidden') height=3></td></tr><tr><td width=5 onMouseover=ZB_layerAction('"+name+"','hidden') rowspan=2> </td><td height=5></td></tr><tr><td><table style=cursor:hand border='0' cellspacing='1' cellpadding='0' bgcolor='black' width=100% height=100%><tr><td valign=top bgcolor=white><table border=0 cellspacing=0 cellpadding=3 width=100% height=100%>";
        var printFooter = "</table></td></tr></table></td><td width=5 rowspan=2 onMouseover=ZB_layerAction('"+name+"','hidden')> </td></tr><tr><td colspan=3 height=10 onMouseover=ZB_layerAction('"+name+"','hidden')></td></tr></table></div>";
    
        document.writeln(printHeader+printMain+printFooter);
    }
</script>
    </head>
<body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0' bgcolor=white >
            <div align=center>            <table border=0 cellspacing=0 cellpadding=0 width= height=1 style="table-layout:fixed;"><col width=100%></col><tr><td><img src=images/t.gif border=0 width=98% height=1 name=zb_get_table_width><br><img src=images/t.gif border=0 name=zb_target_resize width=1 height=1></td></tr></table>
            
<script>
function check_submit()
{
if(!login.user_id.value)
{
alert("아이디를 입력하여 주세요");
login.user_id.focus();
return false;
}
if(!login.password.value)
{
alert("비밀번호를 입력하여 주세요");
login.password.focus();
return false;
}
check=confirm("자동 로그인 기능을 사용하시겠습니까?\n\n자동 로그인 사용시 다음 접속부터는 로그인을 하실필요가 없습니다.\n\n단, 게임방, 학교등 공공장소에서 이용시 개인정보가 유출될수 있으니 조심하여 주십시요");
if(check) {login.auto_login.value=1;}
return true;
}
</script>

<form method=post action=login_check.php onsubmit="return check_submit();" name=login>
<input type=hidden name=auto_login value=0>
<input type=hidden name=page value=1>
<input type=hidden name=id value=notice>
<input type=hidden name=no value=>
<input type=hidden name=select_arrange value=headnum>
<input type=hidden name=desc value=asc>
<input type=hidden name=page_num value=>
<input type=hidden name=keyword value="">
<input type=hidden name=category value="">
<input type=hidden name=sn value="off">
<input type=hidden name=ss value="on">
<input type=hidden name=sc value="on">
<input type=hidden name=mode value="">
<input type=hidden name=s_url value="/bbs/zboard.php?id=notice&no=3">
<input type=hidden name=referer value="">

<div align=center>
<br><br><br>

<table border=0 width=250 class=zv3_writeform cellpadding="0" cellspacing="0">
<col width=80></col><col width=></col>
<tr>
<td align=center colspan="3" height="23" bgcolor="#E8E5E5" width="250"><B><font size="2">로그인</font></B></td>
</tr>
<tr>
<td align=right height=26 width="74" bgcolor="#F0EAEA"><a href="http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_id.gif"><img src=http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_id.gif border=0></a></td>
<td align=center width="160" height="26" bgcolor="#F0EAEA">
<p align="left"><input type=text name=user_id size="16" maxlength=20 class=zv3_input style=width:100%></td>
<td align=center width="16" height="26" bgcolor="#F0EAEA">
<p> </p>
</td>
</tr>
<tr>
<td align=right height=26 width="74" bgcolor="#F0EAEA"><img src="http://hansi.pe.kr/bbs/skin/nzeo_ver3/w_password.gif" border=0 width="74" height="17"></td>
<td align=center width="160" height="26" bgcolor="#F0EAEA">
<p align="left"><input type=password name=password size="16" maxlength=20 class=zv3_input style=width:100%></td>
<td align=center width="16" height="26" bgcolor="#F0EAEA">
<p> </p>
</td>
</tr>
<tr height=30 bgcolor=white>
<td align=center align=center colspan="3" width="250" bgcolor="#EEE9E9" >
<input type=image src=http://hansi.pe.kr/bbs/skin/nzeo_ver3/btn_login.gif accesskey="s" onfocus=blur()>  
<a href=javascript:void(history.back()) onfocus=blur()><img src="http://hansi.pe.kr/bbs/skin/nzeo_ver3/btn_back.gif" border=0 width="54" height="16"></a>
</td>
</tr>
</table>

</form>


            

            </div>
</body>
</html>

좋아요! 싫어요!
twitter facebook me2day
619개(23/31페이지) rss
온라인 지식교류방
번호 제목 글쓴이 조회 날짜
179 neis에 대한 정치사회학적 입장에 관한 자료 부탁드립니다. 김종혜 1327 2003.10.01 12:22
178 답글 NEIS 참고자료... 함영기 1343 2003.10.02 21:41
177 답글 시장의모습 동영상 배희은 1364 2003.10.28 17:17
176 pdf파일을 이현 1442 2003.09.14 19:23
175 답글 pdf파일을 한글로? 함영기 3320 2003.09.14 23:24
174 자료요청입니다.~~ 이경은 1304 2003.09.04 00:56
173 사회과 자료좀 부탁합니다. 조재원 1317 2003.08.25 18:49
172 작업중인 자료 비밀글 함영기 1944 2003.08.18 21:37
171 파워포인트에 (.mov)파일 삽입 김현숙 3309 2003.08.12 19:47
170 답글 이렇게 해보세요. 노수신 1389 2003.10.23 21:18
169 www gif animator를 구함 김창수 1228 2003.08.09 12:44
168 답글 아래 들어가셔서... 함영기 1198 2003.08.09 14:36
167 digimax330 Driver 첨부파일 함영기 1209 2003.07.28 21:58
166 정기고사 및 모의고사 성적관리 유틸은 없는지... 추연석 1801 2003.07.12 12:05
165 답글 답변입니다. 함영기 1277 2003.07.12 21:24
164 ict 소양능력 측정 도구 필요 김동희 1306 2003.07.11 16:02
163 답글 컴퓨터 활용능력 측정 문항지 첨부파일 함영기 1509 2003.07.11 17:38
162 공지수정코드 비밀글 함영기 1330 2003.07.01 09:58
>> 제로보드 로그인 폼 비밀글 함영기 1876 2003.06.14 17:14
160 교통표지판과 신호등의 웹자료 좀 구해주세요. 김경희 1237 2003.06.13 22:58