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...