Forum Moderators: open

Message Too Old, No Replies

Java Applet on Browser

         

jackhack

12:04 am on Sep 5, 2009 (gmt 0)

10+ Year Member



Can anyone please give me a full functional code( a very basic one) to make a java applet working on the web browser.

I have been learning it alone and kinda stuck with displaying the applet.

thanks

D_Blackwell

8:03 pm on Sep 5, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<applet> was deprecated in HTML4. You will want to insert the applet with the <object> element.

I recommend that you read this page carefully. It should fix you right up. If not, come back with the busted code and we'll see where you are at.

"...full functional code..."
There isn't just one correct answer. You will want more understanding than that.

W3C - Objects, Images, and Applets. [w3.org]