|
Thread: ASP
-
Apr 19th, 2000, 10:29 PM
#4
Lively Member
Try this out...
Try the following:
first line of the file always be...
<% language=vbscript %>
<html>
<head><title>Time Test</title></head>
<body>
The time is: <% =Time %>
</body>
</html>
and save it as *.asp...
to be able to run ASP you need IIS, or PWS, or any other server which have ASP support... if you are running on any other platforms accept Windows 95/98 with a server that doesn't support ASP then you might want to check out http://www.chilisoft.com... they have a program called chilisoftASP which will enable you to run *.ASP on any server.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|