_______________________________________________________________________________ Because of the first item in the list on "https://www.cortalconsors.fr/euroWebFr/-?$part=financeinfosHome.Desks.futures.Desks.overview" may be "n.a." (not available) instead of "CAC 40 INDEX FUTURE (FCE)/200804", especially during long week ends like the current one, I forced the use of the 2nd and 3rd items (index Idx in VeriSign()). (If "not available" appears, my sample program will surely crash in Extrait()). _______________________________________________________________________________ The callback routine fills 2 files, Temp000 and Temp001. When using libcurl + multi, the contents are different, but not the way I expected (it's more subtle than what I described in my first mail): 1 _ The lines 1257, 1307 and 1309 are often identical (bad!), sometimes both: CAC 40 INDEX FUTURE (FCE)/200804 4 592,00 EUR +0.58% sometimes both: NASDAQ-100 (ND) - CME (FLOOR)/200806 1 750,00 USD +0,00% This information is displayed when using IE interactively: (1st URL) CAC 40 INDEX FUTURE (FCE)/200804 4592.00 EUR +0.58% (2nd URL) NASDAQ-100 (ND) - CME (FLOOR)/200806 1750.00 USD +0.00% Obviously, the files Temp000 and Temp001 are correct with libcurl + easy. 2 _ Some lines, like the line 1281, appear with their expected content: (1st URL, Temp000) (2nd URL, Temp001) Those couples of lines differ only by the &id and the &exchange parameters. Their contents don't correspond to any display of the InternetExplorer. 3 _ The lines 24 to 26 are correct, they refer to the true subject, respectively "CAC 40" and "NASDAQ-100". _______________________________________________________________________________