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 HTMLAnchorElement
[go: Go Back, main page]

Interface HTMLAnchorElement

継承元:
HTMLElement
プロパティ:
accessKey, charset, coords, href, hreflang, name, rel, rev, shape, tabIndex, target, type
メソッド:
blur, focus

アンカー要素。 HTML 4.01 の A 要素の定義 を参照。

プロパティ:

メソッド:

IDL 定義:

interface HTMLAnchorElement : HTMLElement {
           attribute DOMString       accessKey;
           attribute DOMString       charset;
           attribute DOMString       coords;
           attribute DOMString       href;
           attribute DOMString       hreflang;
           attribute DOMString       name;
           attribute DOMString       rel;
           attribute DOMString       rev;
           attribute DOMString       shape;
           attribute long            tabIndex;
           attribute DOMString       target;
           attribute DOMString       type;
  void               blur();
  void               focus();
};


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