..._
"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, " & _
"application/vnd.ms-excel, application/msword, */*"
'add a dummy cookie
.setRequestHeader "cookie", "dummy=dummy"
'send data
.Send poStvars
Strheaders = .getAllResponseHeaders()
Sreturn =...