J
J
Hi 
I've just started using ASP so I know this will be very easy for most
of you to answer;
I an asp file/page. Here is the code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
The time is <%= Time %>
</body>
</html>
I tested it on my PC using a virtual server and it worked fine - told me the
time
However, I uploaded the file to some webspace I own, loaded it from my
browser
and all I get is the following output:
The time is
Please please please somebody please tell me what I'm doing wrong? How do
I get a simple ASP page using VBscript to work?
James

I've just started using ASP so I know this will be very easy for most
of you to answer;
I an asp file/page. Here is the code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
The time is <%= Time %>
</body>
</html>
I tested it on my PC using a virtual server and it worked fine - told me the
time

However, I uploaded the file to some webspace I own, loaded it from my
browser
and all I get is the following output:
The time is
Please please please somebody please tell me what I'm doing wrong? How do
I get a simple ASP page using VBscript to work?
James