Owning Palette: HTML Form VIs
Installed With: Internet Toolkit
Constructs an image-based submit button form field <INPUT>.

![]() |
label specifies text that the VI inserts between HTML in and the HTML code that the VI creates. |
![]() |
html form content in is a string to which the HTML code created by the VI is appended. |
![]() |
name specifies the parameter name of the field. If you do not wire the control, the VI does not add a NAME tag to the output string. |
![]() |
URL of button image specifies the URL of the button image. |
![]() |
value specifies the text displayed in the button in non-graphic browsers. |
![]() |
image attributes of button contains the attributes of the button image. You can construct image attributes with the HTML Image Attributes VI. |
![]() |
html form content out contains label, html form content in, and the HTML code that the VI constructs. |