I pretty sure ASP is just like an other parsed SSI type include. It
is processed in order as it appears. So if you did the below it is going to
print Hello <blank> 

        Just my take on order processing, but that is how I have always seen
SSI's as working.

Richard Peiper
Webmaster
CFN


> -----Original Message-----
> From: Issam W. Alameh [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 08, 2000 1:35 PM
> To: Modperl list
> Subject: init in Apache::ASP
> 
> 
> Hello All,
> 
> Can I put my asp code at the end of my html page, but let it 
> execute before
> showing the html???
> 
> 
> I want to have something like
> 
> ------------------------
> Hello <%=$name%>
> <%
> $name="something";
> %>
> ------------------------
> 
> Can this show
> 
> Hello something
> 
> 
> Regards
> Issam
> 

Reply via email to