Image Controls |
Use this control to display an image on a page. It transforms to the HTML element <img src = image property. It is possible place this control statically on the page, possibly even non-displayed (style attribute display:none) and then to change the src attribute of the <img> tag with script depending on the user actions. You identify the image with the id property.
|