|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ASP in W2K Server
<i><b>Originally posted by : Tum (Tup@usa.net)</b></i><br />I cut and pasted the following code<br /><HTML><br /><HEAD><br /><TITLE>Sample Web Page</TITLE><br /></HEAD><br /><BODY><br /><P><br />Hello <%= Request.ServerVariables("REMOTE_USER") %><br><br />The time here is <%= now() %><br><br />Your browser is <% = Request.ServerVariables("http_user_agent") %><br /><%<br />for n = 1 to 5<br />response.write("Hello " & n & "<br>")<br />next <br />%><br /><br /></BODY></HTML> <br /> And when I open it, only this shows up<br />Hello <br />The time here is <br />Your browser is <br />Please help me.<br />TIA<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br /><br /><br /><br />------------<br />Tum at 8/1/2000 5:20:49 AM<br /><br />I cut and pasted the following code<br /><HTML><br /><HEAD><br /><TITLE>Sample Web Page</TITLE><br /></HEAD><br /><BODY><br /><P><br />Hello <%= Request.ServerVariables("REMOTE_USER") %><br><br />The time here is <%= now() %><br><br />Your browser is <% = Request.ServerVariables("http_user_agent") %><br /><%<br />for n = 1 to 5<br />response.write("Hello " & n & "<br>")<br />next <br />%><br /><br /></BODY></HTML> <br /> And when I open it, only this shows up<br />Hello <br />The time here is <br />Your browser is <br />Please help me.<br />TIA<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > ASP in W2K Server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|