Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Best way to attach a java applet to a page?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27765
    ch4sethe5un
    Member

    I don’t know where else to post this** =/

    I seriously cant find any of the info i had before about this, but i remember there was a few different ways and i believe the "best" way was from using <object> tags instead of <applet> tags, maybe <embed>?

    The fact that when you use an <object> tag is then you need the correct type, codebase, and classid and other things. Dont forget about IE =].. Im just a bit confused.

    http://java.sun.com/j2se/1.5.0/docs/gui … _tags.html
    sun still recommends the <applet> tags because each browser implements that <object> tag differently, even though applet tags are deprecated.

    What do you people say or recommend?

    Like this:

    Code:

    Your browser does not support the applet tag.

    Or maybe this way(which i believe is the way i did it on my site):

    Code:



    |Hello World applet test|
    If you are seeing this message,
    you probably have an older version
    of Java thats needs to be updated
    Download Java
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.