Can Java do this?!
Is that possible to CONNECT Jbutton action to the 'submit' button on the HTML page.
For example, There are two buttons. One is on the JApplet(JButton), One is on the webpage(submit button).
when you click the JButton, the button on the webpage is also actived, and it will do its submit job. Do you guys know what i mean?
If there is a way to do it , could you please tell me how?
Thanks

