線上訂房服務-台灣趴趴狗聯合訂房中心
發文 回覆 瀏覽次數:911
推到 Plurk!
推到 Facebook!

Adv_HTML套件標準CGI樣版程式碼分享

 
JL9168
中階會員


發表:133
回覆:223
積分:76
註冊:2011-09-29

發送簡訊給我
#1 引用回覆 回覆 發表時間:2013-07-09 07:10:49 IP:114.33.xxx.xxx 訂閱
To All:
附加檔案是這套套件傳寫CGI程式的標準格式,提供給需要的人參考
主程式碼如下

program DelphiCGIDemo;

//標準CGI型態01

{$apptype console}

uses
SysUtils,Forms,
UAdv_ISAPI_Utils,
UAdv_Public_Types,
UFrCGIMain in 'UFrCGIMain.pas' {FrCGIMain: TFrame};

var str:AnsiString;
//------------------------------------------------------------------------
procedure WebMain( Session:TAdv_WebSession
;Request:TPub_Request;Response:TPub_Response);
begin
//主程式
if(Session.Request.EventName = '')then
begin
FrCGIMain := TFrCGIMain.Create(nil);
FrCGIMain.Adv_Html_TextBox1.Value := str;
Session.Response.Write(FrCGIMain.MainPage.CtrlToHtml());
FrCGIMain.Free;
FrCGIMain := nil;
end//if...end!!
else
if(Session.Request.EventSenderDesc = 'CGI程式')then
begin
//Session.Response.Write('TEST!!');
end//if...end!!
end;//sub...proc...end!!
//------------------------------------------------------------------------
begin
DoHttpCGIProc(Application,'EMPTY',WebMain,nil,nil,nil,nil);
end.
編輯記錄
JL9168 重新編輯於 2013-07-09 07:11:40, 註解 無‧
系統時間:2024-05-03 23:45:26
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!