Click to See Complete Forum and Search --> : ASP Error Problem


CincyRed33
April 10th, 2003, 10:53 AM
Can anyone look at my code and tell me why I'm getting this error..."The @ command can only be used once within the Active Server Page."


<%@ LANGUAGE='VBSCRIPT' %>
<% Option Explicit %>

<!-- #INCLUDE FILE='code/TTglobal.asp' -->
<!-- #INCLUDE FILE='code/TTDatabase.asp' -->
<!-- #INCLUDE FILE='code/TTForms.asp' -->

<%
Dim sText

sText = EmployeeReport("HI")

%>

<html>

<head>
</head>

<body>
<% = sText %>
</body>

</html>


Thanks

CincyRed33
April 10th, 2003, 11:06 AM
I'm sorry, it was a boneheaded mistake! I'm sorry I posted without checking everything first.