|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Beginner needs help
I just started and need some help getting ASP to display properly.
I'm using Windows 2000 and have Personal Web Manager installed and running. I created a page called default.asp in the directory c:\inetpup\wwwroot\. In that directory I have a subdirectoey called asp (c:\inetpup\wwwroot\asp). When I open the page in internet explorer none of the ASP code was stripped away. This is the code I used: <html> <head> <title>Hello and Welcome</title> <body> <center> <% Dim ftsize, ftcolor %> <% For ftsize = 1 To 7 %> <font size = <%=ftsize%>> Hello and Welcome!<br> <% Next %> </center> <h3>It is <% =WeekdayName(Weekday(Date)) %>, <% = Date%>. The time is now <% = Time %>.<p> </h3> </body> </html> It is saved this in the ASP subdirectory and is called welcome.asp which I linked to from default.asp. Is anything wrong with the code? Do I need something else installed? Any help would be great. |
|
#2
|
||||
|
||||
|
seems fine to me m8
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Beginner needs help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|