Hello all, I am a newbie to the world of scripting and am pretty
sure this is a basic question. I have Apache::ASP installed and the
samples work great so I know things are working. So, here is my
question:
Why does this work
<html>
<title> sample </title>
<body>
<% $Response->Write ("Hello World") %>
</body>
</html>
and this does not?
<html>
<title> sample </title>
<body>
<% $Response->Write ("Hello World") =Now () %>
</body>
</html>
The URL is http://www.quadaenterprises.com/site/eg/sample/test.asp
Thank you,
Brent Atkerson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]