Have an invisible Applet Tag(s): Applet

See this interesting article :
http://windyroad.org/2006/08/14/reintroducing-javascript-and-hidden-applets-jaha/

The recommended way is to a CSS style to hide the Applet,

<applet id="applet_name"
    code="path_to_applet_class/class_name"
    style="width: 1px; height: 1px; float: left;"
    mayscript></applet>

.. or you can insert your Applet into an invisible frame. See this HowTo for an example.




If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]