The Global.asa file sets a session variable when a user starts the web app such as Session("ReFreshString") = "meta". Subsequent ASP pages (using VBScript) use: \<\<%=session("ReFreshString")%\>\> to be included as part of the "head" html.
This "<< ...>>" tag is confusing. What does it do? Anyone pls help!!
Many thanks.
NOTE: I had to insert 4 backslashes in order to get the "<<>>" symbols in the body message!
This "<< ...>>" tag is confusing. What does it do? Anyone pls help!!
Many thanks.
NOTE: I had to insert 4 backslashes in order to get the "<<>>" symbols in the body message!