Hello Francois,
Good, I found procedure and modified for detect ''
and send my string :)
(en français : sa fonctionne)
Thank's All !
Saturday, January 21, 2006, 12:50:55 PM, you wrote:
>>> Ok, howto place my code to analyze the HTML ?
>>> and how to make to send my additional string to browser
Hello scanctrl,
> Ok, howto place my code to analyze the HTML ?
> and how to make to send my additional string to browser ?
GpHttpProxy has somewhere a parser (to parse the GET's). At some point
you can expand the code to search for . At that point you can
send your data.
---
Rgds, Wilfried [Tea
echnologies" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Saturday, January 21, 2006 12:40 PM
Subject: Re: [twsocket] TGpHTTPProxy and Banner in footer
> Jazorsoft has a free/open source HTML parser. Not sure about the URL but I
> downloaded from torry.net.
&
Jazorsoft has a free/open source HTML parser. Not sure about the URL but I
downloaded from torry.net.
Regards,
SZ
- Original Message -
From: <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Saturday, January 21, 2006 1:37 PM
Subject: Re: [twsocket] TGpHTTPPro
Re:
Ok, howto place my code to analyze the HTML ?
and how to make to send my additional string to browser ?
Thanks
FP> Defenitely not.
FP> Somehow you have to scan the data passing thru the proxy, find out where
FP> HTML documents are, parse the HTML to search for the end (that is
FP> tag), the
> TGpHTTPProxy do not use "Banner", is set only a blank.
> Banner is send to StartConnection (ICS) on Header HTTP :
>
> /* WSocketS.pas, TWSocketClient */
> procedure TWSocketClient.StartConnection;
> begin
>if Length(FBanner) > 0 then
>SendStr(FBanner + FLineEnd);
> end;
>
> is this po
Hello Francois,
TGpHTTPProxy do not use "Banner", is set only a blank.
Banner is send to StartConnection (ICS) on Header HTTP :
/* WSocketS.pas, TWSocketClient */
procedure TWSocketClient.StartConnection;
begin
if Length(FBanner) > 0 then
SendStr(FBanner + FLineEnd);
end;
is this pos
> I use the component TGpHTTPProxy (based TWSocketServer)
> and I will wish to know if it is possible to force sends
> it of an additional code HTML to the Web pages to consult
> (like "Banner" but at the foot of the page or Header HTTP)
I don't know the details for this component. Probably th
Hello ,
I use the component TGpHTTPProxy (based TWSocketServer)
and I will wish to know if it is possible to force sends
it of an additional code HTML to the Web pages to consult
(like "Banner" but at the foot of the page or Header HTTP)
thank you for your assistance
PS: Sorry for my