I odnt think there is an include option.  Your choices are to either 
create the whole page in html, create the whole page as bitmap, 
create a page that is framed in or create a javascript that creates 
the page.

I can highly rcommend "Web Publishing with HTML 4", get the 
professional edition.  One day use of it was enough to pay for the 
book.

To:                     Multiple recipients of list delphi <[EMAIL PROTECTED]>
Send reply to:          [EMAIL PROTECTED]
From:                   "Colin Fraser" <[EMAIL PROTECTED]>
Subject:                [DUG]:  Basic HTML/Delphi Question
Date sent:              Fri, 27 Oct 2000 15:44:41 +1300

> Hi all...
> 
> We are just starting to play with HTML and Delphi... thanks to those who
> gave references to tutorial sites!!
> 
> I have a question... say I have an HTML file and I want to include the
> output from a Delphi CGI or ISAPI app in the middle of it...
> 
> Is this possible... I can see 2 approaches.
> 
> One: Build the whole html file from scratch in Delphi (possibly using the
> page producer object and replace the HTML tags). Tested this method and it
> works.
> 
> Two: Have the output of the Delphi CGI or ISAPI app appear in the middle of
> the HTML file. This seems more elegant (especially if I want to use the same
> Delphi app in several different web pages) but I am not quite sure if it is
> possible or easy...
> 
> For example, something like the image tag:
> 
> <... Lots of HTML stuff including top menus etc...>
> <img src="file:///SomePictureFile.jpg">
> 
> <!-- and now the output of my Delphi app, eg. a table that could be used in
> lots of different pages -->
> <html src="MyDelphiApp.dll/Whatever">  <!-- or some real tag that will allow
> me to include other html!!!! -->
> 
> <... 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...
> 
> Regards
> Colin
> 
> 
> ######################################################################
> Attention:
> The information in this email and in any attachments is confidential.  
> If you are not the intended recipient then please do not distribute, 
> copy or use this information. Please notify us immediately by return 
> email and then delete the message from your computer.
> Any views or opinions presented are solely those of the author.
> ######################################################################
> ---------------------------------------------------------------------------
>     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"
> 



Rohit

======================================================================
CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
PH    (649) 489-2280 
FX    (649) 489-2290
email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
======================================================================

---------------------------------------------------------------------------
    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