13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
<!--#include virtual = "/common/lib/dbcon.asp" -->
|
|
<!--#include virtual = "/common/lib/func.asp" -->
|
|
|
|
<%
|
|
|
|
Call memgr_logout()
|
|
|
|
%>
|
|
<script type='text/javascript'>
|
|
alert("로그아웃되었습니다.");
|
|
self.close();
|
|
</script>
|