"Issam W. Alameh" wrote:
> 
> 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
> 

No, probably the place you want to put this code is Script_OnStart
like Dmitry mentioned, where you can set up globals for all of
your scripts.  You cannot hide code like Mason by putting it after
the HTML, better to put it into some kind of init() subroutine.

--Joshua

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to