J
jp2code
Referring to this page:
http://msconline.maconstate.edu/tutorials/ASP/ASP03/asp03-06.asp
The "logon.asp" file writes "Incorrect Password" to Message.
Later, in the html body, the tutorial tries to access this string using
<%=Msg%>
Questions about this:
Q1. Doesn't Message have to be declared?
Q2. How and where should Message be declared so that it is guaranteed to be
available later in the html?
Q3. Is <%=Msg%> a typo? Msg is not the same as Message, is it? Shouldn't it
be <%=Message%>?
Q4. If I want to look up the syntax of writing ASP, what language would I
look under? Is it equivalent to VB6?
Thanks,
~Joe
http://msconline.maconstate.edu/tutorials/ASP/ASP03/asp03-06.asp
The "logon.asp" file writes "Incorrect Password" to Message.
Later, in the html body, the tutorial tries to access this string using
<%=Msg%>
Questions about this:
Q1. Doesn't Message have to be declared?
Q2. How and where should Message be declared so that it is guaranteed to be
available later in the html?
Q3. Is <%=Msg%> a typo? Msg is not the same as Message, is it? Shouldn't it
be <%=Message%>?
Q4. If I want to look up the syntax of writing ASP, what language would I
look under? Is it equivalent to VB6?
Thanks,
~Joe