Files
2026-02-23 10:01:00 +09:00

62 lines
1.7 KiB
Plaintext

<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="대구광역시립대봉도서관" />
<meta name="keywords" content="대구광역시립대봉도서관 " />
<meta name="description" content="대구광역시립대봉도서관" />
<meta name="copyright" content="copyrights 2009 by Daegu cultural center for student" />
<meta name="language" content="ko" />
<meta name="robots" content="noindex, nofollow" />
<title> (글내용) | ASP 기본모듈(접근성)</title>
<script type="text/javascript" src="/common/js/common_dev.js"></script>
<script type="text/javascript" src="/content/board/nninc_simple/js/common.js"></script>
<script type="text/javascript" src="/content/board/nninc_simple/js/board.js"></script>
<script type="text/javascript">
ViewCss2('/content/board/nninc_simple/css/common.css');
ViewCss2('/content/board/nninc_simple/css/common2.css');
</script>
</head>
<body class="sub">
<%
msg = InputValueXSS( request("msg") )
prepage = InputValueXSS( request("prepage") )
ok = InputValueXSS( request("ok") )
no = InputValueXSS( request("no") )
%>
<script type="text/javascript">
//<![CDATA[
<%if ok = "" then%>
alert("<%=msg%>");
<%if prepage <> "" then%>
location.href = "<%=prepage%>";
<%end if%>
<%else%>
if(confirm("<%=msg%>")){
location.href="<%=ok%>";
}else{
location.href="<%=no%>";
}
<%end if%>
//]]>
</script>
</body>
</html>