JavaScript/Form |
Java Applet |
Notes AreaJavascript and Java can not talk in the same page (except in special cases in Windows). When you click a button in the Javascript/Form area, this refreshes (a new version of) this page passing the parameters (such as the query or hit page number) via the form GET method. We could pass a message back to javascript from Java by refreshing the page again. But each time this happens, there is a performance penalty. |