Owning Palette: HTML Image VIs
Installed With: Internet Toolkit
Creates a tag for an embedded front panel image <IMG> or object <EMBED>. The image parameters input provides the server with the format to use for the front panel image.
![]() | Note Use the <EMBED> tag only for image formats that require a plug-in to display correctly in the Web browser. |

![]() |
label specifies text that the VI inserts between HTML in and the HTML code that the VI creates. |
![]() |
HTML in contains text to which the VI adds the new HTML code. |
![]() |
vi name specifies the VI with the panel image you want to embed. |
![]() |
image attributes contains the attributes of the image. You can construct the image attributes with the HTML Image Attributes VI. |
![]() |
image parameters contains the image parameters as a URL-encoded parameter list. |
![]() |
<EMBED>? specifies whether to embed the front panel image as an image <IMG> or as an object <EMBED>. The default is FALSE, which uses the <IMG> tag to embed the image. |
![]() |
HTML out contains HTML in, label, and the HTML code the VI constructs. |