Hello,
Thanks.
It looks like: AnswerString(Flags,'204 No Content','','',''); works fine.
Ciao,
Mark
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
On 21-07-2012 21:22, zayin wrote:
I was wondering if there is a better solution. Some answer code that tells
the browser the data was received but not to change page or to reload the
button host page.
http://www.w3schools.com/ajax/default.asp
--
To unsubscribe or change your settings for TWSocke
Hello,
A user will be on a page. He will click a button and I will receive a URL
with some parameters. All good.
Now, I do not have a page to show him. The URL is only for passing in the
parameters. The URL for the page passing the parameters and the current page
are not the same. The URL for pas
David A. G. wrote:
> Hello, I wonder if there is any solution to the Ping component, it is
> not working under Win64.
> I´m getting the error: “General Failure”, compiled with Delphi XE2
> (icsv8w-140712) under Win 7 64bit. regards,
> David A. G.
This bug should be fixed in current SVN repo or ne
Hi,
I need to get the HTML content from a URL list. I don't want to spend more than
10 seconds on each URL either if the remote server is down or a read timeout
occurs. I've tried with:
function GetUrlContentUTF8ICS(const Url: string):UTF8String;
var
lData: TStringStream;
httpcli1 : THTTPCli;
b