HTTPClient- specifying inputs from java code

Hi,

I am developing an application which will download a software from internet.If we do it using browser we need to click accept button to accept the aggreement,we need to select a check box etc..If i am going to download through my java code how can i give this input(clicking next button, selecting check box) through my code?

deepak

[356 byte] By [deepakchandarana] at [2007-11-27 5:11:24]
# 1
The accept aggreement is a legal document that the user downloading the software must manually click. Having code automatically click it probably violates the legal aggreement. I suggest you do not try to programmatically click it in order that you and your company do not get into a
George123a at 2007-7-12 10:31:46 > top of Java-index,Desktop,Developing for the Desktop...