18 lines
247 B
Plaintext
18 lines
247 B
Plaintext
<%@ LANGUAGE = VBScript %>
|
|
<% 'Option Explicit %>
|
|
<!-- #include file="../directives.inc" -->
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE></TITLE>
|
|
</HEAD>
|
|
|
|
<% Session("popOpen")=false %>
|
|
|
|
<BODY>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
window.close();
|
|
</SCRIPT>
|
|
</BODY>
|
|
</HTML>
|