| Server IP : 121.121.20.254 / Your IP : 216.73.216.70 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/Web/Printers/ |
Upload File : |
<%@ CODEPAGE=65001 %>
<%
'------------------------------------------------------------
'
' Microsoft Internet Printing Project
'
' Copyright (c) Microsoft Corporation. All rights reserved.
'
'------------------------------------------------------------
Option Explicit
%>
<!-- #include file = "ipp_util.inc" -->
<%
Response.Expires = 0
Dim strTitleDevStatus_Text
strTitleDevStatus_Text = OleCvt.ASPString(IDS_ASP_DEVICE_PAGE_ERROR)
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang=<%=L_Language%>>
<head>
<Meta Http-equiv="Content-Type" Content="text/html; CHARSET=UTF-8">
<title><% =Write(strTitleDevStatus_Text) %></title>
</head>
<body>
<%=Write(CLIENT_FONT)%>
<%
Dim strDevStatusErr_Text
strDevStatusErr_Text = "<p><H2>" & strTitleDevStatus_Text & "</H2></p>" & OleCvt.ASPString(IDS_ASP_DEVICE_ERROR_DETAIL) & "<br><p>"
%>
<%=Write (strDevStatusErr_Text)%>
<%=END_FONT%>
</body>
</html>