![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> How can al applet embebed inside an html document get the >input from an html form? Let's say that your applet (the class that subclasses Applet) is called ... ummm, YourApplet, and that it has a function that goes like this: public void doDaThing(String thingToDo) You can call this function by responding to an text field action in the html page like this: ---- HTML, cut here ----- -- end of html ---- Regards, Replies: |
Sponsored Links
|