Adv_HTML套件標準CGI樣版程式碼分享 |
|
JL9168
中階會員 發表:133 回覆:223 積分:76 註冊:2011-09-29 發送簡訊給我 |
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, 註解 無‧
|
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |