Active Server Pages error 'ASP 0140'
Page Command Out Of Order
/forum/Index.asp, line 2
The @ command must be the first command within the Active Server Page.
praticamente ho incluso nella pagina tramite....
questo file
[CODE] <%
if Request.Cookies("login") NOT "" then
else
Response.Write("Devi prima fare il login")
end if
%>[CODE]
praticamente una sorta di login.
che errore è? come si risolve?