|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
application object - problem |
From: |
elad |
Date: |
7/4/1999 11:23:10 AM |
IP: |
199.203.4.205 |
i tried to train the application object:
<script language=vbscript runat=server>
Sub Application_OnStart
Application("message") = "welcome"
End Sub
</script>
<HTML>
<BODY>
This is the message: <p>
<%= application("message")%>
</BODY>
</HTML>
it is not working .why? |
Follow Up - Re: application object - problem - brad foust 7/9/1999 8:38:50 AM
|
|
|
|
|
|
|
|
|
|
|
|