Owning Palette: HTML Image VIs
Installed With: Internet Toolkit
Creates the tag <APPLET> for a Java applet you want to embed in an HTML document.

![]() |
codebase specifies the base URL of the applet, or the directory that contains the applet code. | ||||
![]() |
name specifies the name of the applet instance. | ||||
![]() |
HTML in contains text to which the VI adds the new HTML code. | ||||
![]() |
code specifies the path to the file that contains the compiled applet subclass. The path is relative to the base URL of the applet. | ||||
![]() |
content contains the parameter tags the VI sends to the applet. Use the HTML Param and HTML+ Param List VIs to construct parameters. | ||||
![]() |
alignment specifies the alignment of the image or applet. If you select the default or do not wire the control, the VI does not add an ALIGN attribute to the output string. The alignment value can be (default), LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM. | ||||
![]() |
size specifies the height and width of the image or applet.
| ||||
![]() |
gutter specifies the horizontal and vertical gap around the image or applet.
| ||||
![]() |
alt specifies the text to display if a browser understands the applet tag but cannot execute the applet. | ||||
![]() |
HTML out contains HTML in, label, and the HTML code the VI constructs. |