<%@ Language=VBScript %>
<%
Option Explicit
Response.Expires = 0
On Error Resume Next
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>ASP Statusverwaltung: Global.asa für Applikationskonstanten
</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body>
<%
'*****************************************************************
'Code innerhalb der HTML-Seite
Response.Write(Application("strwelcome"))
%>
<!--#include virtual="asppages/silvi/_include/inchtmlnachspann.asp" -->
</body>
</html>
Demo: uebungen/uebung5_1globalasa.asp
Letzter Update:
26.12.2021 16:48
Zurück zur
Liste mit ASP-Übungen auf
www.ecotronics.ch