Here's the code:
"test.asp"
<%@ language=VBScript %>
<html>
<Head>
<Title>Customer Result Page - Test-01</Title>
</Head>
<Body>
<p>
This is a test... using VBScript<BR>
<p>
The current time is <%=Time()%><BR>
</p>
End of test...<BR>
</Body>
</html>
Here's the result("=" not included
========================================
This is a test... using VBScript
The current time is
End of test...
=========================================
The "ASP" is placed on an Intranet server.
As you can see, the title does not display and the time does not display.
According to the lesson, this should be a no brainer!
Is there something I left out???
Thanks
"test.asp"
<%@ language=VBScript %>
<html>
<Head>
<Title>Customer Result Page - Test-01</Title>
</Head>
<Body>
<p>
This is a test... using VBScript<BR>
<p>
The current time is <%=Time()%><BR>
</p>
End of test...<BR>
</Body>
</html>
Here's the result("=" not included
========================================
This is a test... using VBScript
The current time is
End of test...
=========================================
The "ASP" is placed on an Intranet server.
As you can see, the title does not display and the time does not display.
According to the lesson, this should be a no brainer!
Is there something I left out???
Thanks