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
<%@ 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