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"

Reply via email to