> 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 possible to modify it to be at the foot > of the page ?
Defenitely not. Somehow you have to scan the data passing thru the proxy, find out where HTML documents are, parse the HTML to search for the end (that is </BODY> tag), then insert your HTML before it. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be