Hi,

I already see some good responses, but this would be my approach.

I would ignore the javascript totally. (You can parse and run the javascript
using rhino (http://www.mozilla.org/rhino/), but I see no reason to do so. I
use rhino to parse proxy.pac files to determine the the proxy to use for
urls.)

One suggestion would be to use Wireshark (http://www.wireshark.org/) to look
at the packets your browser sends out.

Another solution that I think would be better would be to use Mozilla
Firefox + Tamper Data (https://addons.mozilla.org/en-US/firefox/addon/966).
It allows you to intercept the POST/GET messages going out and for you to
modify accordingly as well as to replay messages to see if you can get the
desired response.

Hope you're not using this to do anything important. If the guy running the
page changes anything your call is liable to break at any time.

Regards,
Justin Tay
-- 
View this message in context: 
http://www.nabble.com/I-need-help-on-javascript-form.-tp18884153p18890062.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


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

Reply via email to