INPUT TYPE=image HTML Element

Send Feedback

The INPUT TYPE=image element creates an image control that, when clicked, causes the form to be submitted immediately.

The click coordinates are measured from the upper-left of the image. They are submitted with the form as two name or value pairs. The x or y coordinate is submitted under the name of the control with the x or y appended.

Attribute Value Description
ALIGN Left

Right

Middle

Specifies text alignment following the IMG reference relative to the graphic on the screen.
Note   Supported only for devices running PocketPC 2002 and Smartphone 2002 software or later.
HEIGHT 0...# Specifies the image height in pixels or as a percentage of the parent object.
NAME String Specifies the image control name.
ONCLICK   Event that occurs when the user chooses the image control.
Note   Supported only for devices running PocketPC 2002 and Smartphone 2002 software or later.
SRC URL Specifies the image URL to be loaded by the image control.
TABINDEX   Sets the order in which elements are tabbed to.
Note   Supported only for devices running Windows Mobile 2003 software or later.
VALIGN Top

Bottom

Middle

Specifies text alignment following the IMG reference relative to the graphic on the screen.
Note   Supported only for devices running PocketPC 2002 and Smartphone 2002 software or later.
WIDTH 0...# Specifies the width of the image in pixels or as a percentage of the parent object.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later

See Also

Internet Explorer Mobile HTML Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.