Owning Palette: HTML VIs
Installed With: Internet Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the HTML Image VIs to create HTML tags that embed images and applets in HTML documents.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| HTML Applet | Creates the tag <APPLET> for a Java applet you want to embed in an HTML document. |
| HTML Area | Creates a client-side image map area tag <AREA> specified by the shape and coordinates. |
| HTML Image Attributes | Constructs image attributes for an applet, image, or image button tag <APPLET, IMG, INPUT>. |
| HTML Image | Creates a tag for an embedded image <IMG>. |
| HTML Map | Constructs a client-side image map tag <MAP> consisting of the specified area tags. |
| HTML Param | Creates a parameter tag <PARAM> for an embedded applet. |
| HTML+ Monitor | Creates a tag for an embedded animation of a panel image <IMG>. The image parameters indicate to the server in what format to generate the panel image. |
| HTML+ Param List | Creates a series of parameter tags <PARAM> for an embedded applet. |
| HTML+ Snapshot | 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. |
| HTML+ Spool | Creates a tag for an embedded CGI animation <IMG>. |