> Thus, Response->Include works as it is necessary, and <!--#include --> is not
>present - a line 111-C
> has disappeared for ever.
>
> Thus, it is impossible to execute "return" in files which were
> called using <!--#include file-->.
>
> And how at you?
to me it doesn't seem to be a bug...
include seems to work fine.
the files are merged toghether to one big file:
111-A
<% $main::Response->Include("2.inc"); %>
111-B
222-A
<% return; %>
222-B
111-C
that's the meaning of <!--#include--> from my point of view ...
Response->Include may have a different behaviour.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]