Hi Peter, Thank you, I think this is the best solution, but I am using IIS, anybody how to do setup a folder so everything that is called from there is handled like an executable, just like what Peter described below.
----- Original Message ----- From: "Peter Luijer" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, May 26, 2005 5:36 PM Subject: RE: [delphi-en] Call CGI from HTML > Hi, > > I don't know what server-software you're using, but under Apache I have > the CGI-bin setup as ExecCGI-only (which is the default, if I'm not > mistaken) > so everything that is called from there is handled like an executable. > > You'd only have to rename your exe to whatever you like and it should > work. > Setting the {$E } should also work, of-course. > > I also use it for creating an image dynamically (it actually is a normal > CGI): > http://videoripper.org/cgi-bin/test.gif > > > Greetz, > > Peter. > >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] >> Behalf Of Mhd. Monir AlSabbagh >> Sent: Thursday, May 26, 2005 2:19 PM >> To: [email protected] >> Subject: [delphi-en] Call CGI from HTML >> >> >> Hi, >> >> I have a Delphi CGI exe called GetData.exe, I want to make an html >> page so that the users call the page http://....../GetData.htm instead >> of http://....../GetData.exe. How? >> >> Monir. >> >> >> >> >> ----------------------------------------------------- >> Home page: http://groups.yahoo.com/group/delphi-en/ >> To unsubscribe: [EMAIL PROTECTED] >> Yahoo! Groups Links >> >> >> >> >> >> >> > > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > Yahoo! Groups Links > > > > > > > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

