Click to See Complete Forum and Search --> : java appellet


martyn
08-11-2003, 06:33 AM
HI i am new to java. i have the suorse code for the java appellet but i have no ideia how to insert it in to my html page
can anybody help.

Khalid Ali
08-11-2003, 08:22 AM
Here is one way of embedding applet in your html page

<applet
codebase = "."
code = "appletClassName.class"
name = "TestApplet"
width = "235"
height = "100"
hspace = "0"
vspace = "0"
align = "top"
></applet>