Quote:
quote:A newer version of ASP requires a variable with the Response object: Dim hello
hello = "Hello world."
Response.Write hello
|
Eeah? Are you saying that this won't work:
Code:
Response.Write("I am a string and not a variable")
If that's what you're saying, you're wrong. You can write out strings and variables, in all ASP versions that I am aware of......
Imar