Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether this element may display a pop-up window.
![]() |
Syntax
object.setAttribute("ariaHaspopup",value);var value = object.getAttribute("ariaHaspopup");
Property values
Type: BSTR
A value indicating whether this element might display a pop-up window.
(true)
The element will show a menu or flyout when clicked.
(false)
Default. The element has no pop-up.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles | No role required. |
Note For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example object.setAttribute("aria-valuenow", newValue).
.png)