23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
<%@ CODEPAGE=65001 %>
|
|
<%
|
|
' Replace the above line with your localized code page number
|
|
'------------------------------------------------------------
|
|
'
|
|
' Microsoft Internet Printing Project
|
|
'
|
|
' Copyright (c) Microsoft Corporation 1998
|
|
'
|
|
' Entry page for printer view.
|
|
'
|
|
'------------------------------------------------------------
|
|
option explicit
|
|
%>
|
|
<!-- #include file = "ipp_util.inc" -->
|
|
<%
|
|
CheckSession
|
|
Response.Expires = 0
|
|
response.redirect ("ipp_0001.asp")
|
|
response.end
|
|
%>
|
|
|