|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|