הי מצטער
לא היה לי זמן לחטט עמוק יותר. זה גם לא כלכך קשור לקליקוויו בלבד אז אוי יהיה לך מזל גם בפורומים אחרים. מה שאני מביא זה ציטוט ממדריך מיקרוסופט לפונקציה OPEN של האובייקט: Microsoft.XMLHTTP
בו אתה משתמש.
מקווה שזה עוזר.
String. HTTP method used to open the connection, such as GET, POST, PUT, or PROPFIND.
bstrUrl
String. Requested URL. This must be an absolute URL, such as "http://Myserver/Mypath/Myfile.asp".
varAsync
[optional] Boolean. Indicator of whether the call is asynchronous. The default is True (the call returns immediately). If set to True, attach an onreadystatechange Property (IXMLHTTPRequest) callback so that you can tell when the send call has completed.
bstrUser
[optional] Name of the user for authentication. If this parameter is Null ("") or missing and the site requires authentication, the component displays a logon window.
bstrPassword
[optional] Password for authentication. This parameter is ignored if the user parameter is Null ("") or missing.