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!

java applet information passing

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Does java applet let you pass information back to the page that spawned it
 
I meant passing information it gathered back to the HTML/ASP page that the applet is spawned from, so it could be passed as a parameter to a function. Not interested in sending out a email containing the information.
 
What function are you refering to? Javascript functions? I think you are able to... I have seen IRC applets that interact with html codes (that means using <input type=&quot;text&quot;> etc) and having javascript to pass the value in the textfield to the input parameters of the applet so I guess you can do the other way too.

Leon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top