-
post info to a webpage
Hello Everyone,
I just joined the group. I have followed this from a lot of days but havent posted anything yet. I have a small question.
Real-time Predictions Demo
The above given is a webpage which has a drop down list and a button. Do you have any idea how to set the value of the drop down list and fire the button's event from a java program, so that the info gets submitted and the resulted webpage appears. Is there a way to do this?
-
Are you talking about an HTML button or a Java JButton in a JApplet? I would recommend making the drop down list and button inside of a Java JApplet.