|
<%
Response.ContentType = "text/html"
Response.Charset = "shift_jis"
' Response.CacheControl = "no-cache"
' Response.AddHeader "Pragma", "no-cache"
' Response.Expires = -1
Response.ExpiresAbsolute=#May 31,2000 23:59:59#
%>
<HTML><BODY>
</BODY></HTML>
| |