At 03:44 p.m. 27/10/2000 +1300, you wrote:
>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...
As someone has already suggested, use the PageProducer and the <#...> tags.
My apps use a TString to assign lots of strings to a global TString. The
OnHTMLTag will insert the TString by replacing <#Stuff> with the known
global TString.
That way I can have a PageProducer called pgAnything and use that every time.
Steve Peacocke
---------------------------------------------------------------------------
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"