Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to pass parameter from my applet to a HTML?

Status
Not open for further replies.

outis

Programmer
Jun 20, 2001
21
MX
I need to pass parameters from my applet to input fields in HTML.
does anybody know how to do it?
 
Do the parameters need to be passed from the applet to the HTML input fields automatically, or can/do you need to click a Submit button first?

You can use an HTML Submit button to call a JavaScript method that calls public methods in your applet that return values entered in the applet as strings, and then assign these values to hidden and/or text fields in a form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top