> <... Lots more HTML stuff at the end of the doc>
>
> Any info appreciated...
>
> ps. I have searched (and searched) for a tag that will allow me to include
> other HTML files but haven't found one...


Colin,

there are server-side includes, but they are for static files only, not for
the output of CGI's/ISAPI's - your best bet is to cut the page in 2, and
include it from in the Delphi app in the chunking style.

you could wrap your app logic in an ActiveX library and call that from ASP,
which may get aorund your problem.

BUT, there is no tag that includes another page at a set point - it would be
nice if there was tho.

Nic.


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to