Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface HTMLAreaElement
[go: Go Back, main page]

Interface HTMLAreaElement

継承元:
HTMLElement
プロパティ:
accessKey, alt, coords, href, noHref, shape, tabIndex, target
メソッド:

クライアントサイドイメージマップのエリア定義。 HTML 4.01 の AREA 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLAreaElement : HTMLElement {
           attribute DOMString       accessKey;
           attribute DOMString       alt;
           attribute DOMString       coords;
           attribute DOMString       href;
           attribute boolean         noHref;
           attribute DOMString       shape;
           attribute long            tabIndex;
           attribute DOMString       target;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI