Page 1 of 1

PHP and Java applets

Posted: Tue Apr 11, 2006 6:14 am
by subhash_garai
hello friends can u puple help me to know about the use of JavaApplet in our PHP pograms?
if anybody know about this then please let me know how i can implement this.
Thanx to all of u

Posted: Tue Apr 11, 2006 10:53 am
by tasteslikepurple
do you mean that you want an applet in the html? if so, just do it the same way as normal

Code: Select all

<applet code="AppletClassName.class"  width="123" height="456">
</applet>