Hello Tom, > Does Httpclient have a way to execute a function in the > Javascript file. I am trying to emulate the IE browser, and it has the > capability to run a Javascript function.
No. HttpClient is not a browser. http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners#head-a110969063be34fcd964aeba55ae23bea12ac232 > If this is not a capability > of Httpclient 3.0, is there another java package that you can > recommend? Most likely you're better off by re-programming the JavaScript from that specific site in your application. Or you can try scripting a browser engine or something like that. There are free JavaScript interpreters in Java out there, but to simulate a browser environment will be a hell of a task. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]