Hi Jesper,

> Is it possible to execute JavaScript-calls (e.g. simulating mouse-clicks 
on 
> a website) using HttpClient?

HttpClient is *not* a browser. If you want to interpret JavaScript, get
a JavaScript interpreter. I think there are open source implementations.
You can use HttpClient to execute HTTP requests. That's it. Whether the
requests are generated by JavaScript, by HTML, by ActiveX, or by
whatever other means, that is the problem of your application.

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to