Displaying applet in JSP (jsp:plugin action tag)
The jsp:plugin action tag is used to embed applet in the jsp file. The jsp:plugin action tag downloads plugin at client side to execute an applet or bean.
Syntax of jsp:plugin action tag
Example of displaying applet in JSP
In this example, we are simply displaying applet in jsp using the jsp:plugin tag. You must have MouseDrag.class file (an applet class file) in the current folder where jsp file resides.
You may simply download this program that contains index.jsp, MouseDrag.java and MouseDrag.class files to run this application.
|
index.jsp
|