Link to home
Start Free TrialLog in
Avatar of visual_b
visual_b

asked on

Dream weaver applets

How do you insert an applet using dreamweaver. Ive downloaded one which contains only .class files and .java files
What do I insert. Many thanks
Avatar of Mark Franz
Mark Franz
Flag of United States of America image

The class file.  The .java file is the uncompiled source code for the applet.
You specify the applet this way;
<APPLET code=applet.class>
<PARAM NAME="whatever>
....
</applet>

You need to insert any parameters that might be asociated with the applet.

Mark
ASKER CERTIFIED SOLUTION
Avatar of Mark Franz
Mark Franz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial