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>
 
 
 
Thank you,
 
Brent Atkerson/Quad "A" Enterprises
Professional PC Repair and Networking solutions
www.quadaenterprises.com
Registered Linux User #269466 http://counter.li.org

Reply via email to