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 Utility VIs to create HTML tags related to specific aspects of HTML formatting.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| HTML Build HREF Parameters | Constructs a URL from the base href and the parameters specified by query string and parameters. |
| HTML Color Tag Attribute | Constructs a color tag attribute if the value is different from the default value. |
| HTML Filter Special Characters | Filters the character string according to HTML rules and appends it to HTML in, replacing the characters &, ", <, and > with &, ", <, and >, respectively. |
| HTML Generic Tag | Constructs an arbitrary HTML tag. You can use this VI for tags that are not part of the official HTML 3.2 specification. |
| HTML Image Attributes | Constructs image attributes for an applet, image, or image button tag <APPLET, IMG, INPUT>. |
| HTML Numeric Tag Attribute | Constructs a numeric tag attribute in the format LABEL="VALUE" and adds the attribute to HTML code that you specify. |
| HTML Numeric Tag Attributes | Constructs a series of numeric tag attributes in the format LABEL="VALUE" and adds the attributes to HTML code that you specify. |
| HTML Text Tag Attribute | Constructs a text tag attribute in the format LABEL="VALUE" and adds the attribute to HTML code that you specify. |
| HTML Text Tag Attributes | Constructs a series of text tag attributes in the format LABEL="VALUE" and adds the attributes to HTML code that you specify. |