Good afternoon,
I start over again learning ASP the right way.
While adding
<%@ Language=VBScript %>
<% Option Explicit %>
I got an ERROR:
Active Server Pages, ASP 0140 (0x80004005)
The @ command must be the first command within the Active Server Page.
/includes/htmltop.asp, line 1
I look around in my book but found no definition about such ERROR.
I start over again learning ASP the right way.
While adding
<%@ Language=VBScript %>
<% Option Explicit %>
I got an ERROR:
Active Server Pages, ASP 0140 (0x80004005)
The @ command must be the first command within the Active Server Page.
/includes/htmltop.asp, line 1
I look around in my book but found no definition about such ERROR.