|
NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems
ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en:
http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com. |
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂtulo en concreto puede realizar una donación directa mediante Paypal:
|
This section explains to HTML authors how and when to use the
applet,object, andembedtags to add Java applets to Web pages, and provides guidelines for deploying applets on the Internet and Intranets, and for use with different browsers.
This section discusses deploying applets for different browsers and on the Internet vs. an Intranet.
You use the applet tag to deploy applets to a multi-browser environment.
You use the object tag to deploy applets that are to be used only with Internet Explorer.
You use the embed tag to deploy applets that are to be used only with the Mozilla family of browsers.
This section explains how to use HTML or JavaScript to deploy applets in a mixed-browser environment.