A Simple ASP question!?

ben_100_uk

New member
Hi, im just trying to create my first asp script on some free webspace ive got. All im trying to do is get the time into a text box with the following code:

<%
response.expires=-1
response.write(time)
%>

But instead of actually running the script the browser just writes the script in the text box. My web server does have asp.net installed. Thanks!
 
Back
Top