Quote:

no.
but you can avoid the registry value by pulling always a different url.
that is, add something extra to the end, like "?some=fake&values=here"
so the above example becomes:
Code:

$http=CreateObject("microsoft.xmlhttp")
$http.Open("GET","http://www.kixtart.org/?some=fake&values=here",Not 1)
$http.send
$http.responsebody ?



anyways, the registry setting is the best choice.
it's a per user setting and you can always reset it once you don't need it anymore.




I tried entering in fake values, but it didn't work. I think I may have a special case. The url contains a dll reference.

http:/[ipaddress]/[navigation]/[dllname]?Login

ex: http://10.10.10.1/kix/kix64.dll?Login


Edited by pearly (2006-05-23 10:18 PM)