Skip to content

Opening book details…

About this document

Passing Parameters to Java Applets by DrSanjeev K Chaudhary is a document available to read on EtoBox.

This document discusses how to pass parameters from an HTML file to a Java applet. It provides an example HTML file that calls an applet class and passes parameters via <PARAM> tags within the <APPLET> tags. The Java applet code is then shown retrieving the parameter values using getParameter() and using them to customize the applet output. Passing parameters in this way makes applets more portable and flexible across web pages.

Author
DrSanjeev K Chaudhary
Language
EN