Share via


APPLET XHTML Element

Send Feedback

The APPLET element is ignored until a Java Virtual Machine (JVM) is installed.

Using this Element

There are some common properties and collections that apply to all the elements of the document object model, see Common Properties for All DOM Elements in Internet Explorer Mobile.

This element can be used within a web page with attributes.

This element can be used within scripts where it will have properties, events and methods.

Attributes

Attribute Value PPC SP Description
ACCESSKEY 0...9, #, * Yes Yes  
ALIGN   Yes Yes  
  top Yes Yes  
  middle Yes Yes  
  bottom Yes Yes  
CODE URL Yes Yes This attribute indicates a URL pointing to the Applet's code/class.
CODEBASE URL Yes Yes This attribute indicates the base URL of the applet if the CODE attribute is relative. If the CODEBASE URL is relative, it is in relation to the current document URL or the BASE HREF element, if present.
Note   This attribute is security checked. The URL zone is checked before the operation is allowed.
HEIGHT 0...# Yes Yes This attribute explicitly specifies the height of the applet in pixels.
HSPACE 0...# Yes Yes This attribute specifies the horizontal spacing (left and right padding) around the applet in pixels.
ID   Yes Yes  
NAME String Yes Yes This provides a way for the applet to identify itself to other applets in the current HTML page.
VSPACE 0...# Yes Yes This attribute specifies the vertical spacing (top and bottom padding) around the applet in pixels.
WIDTH 0...# Yes Yes This attribute explicitly specifies the width of the applet in pixels.

Scripting Properties

This element has no scripting properties.

Scripting Events

This element has no associated events.

Scripting Methods

This property has no associated methods.

Requirements

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later

See Also

XHTML Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.