#summary The a ping attribute represents a list of servers to contact when a user follows a hyperlink. #labels about-html,is-html-attribute,from-whatwg You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AElement element] > *ping attribute* == Usage == Sends an HTTP POST request to the specified URIs when the user follows the link. Useful for "clickthrough" tracking for ad systems, etc. {{{ }}} == Values == A space-separated list of URIs. URIs may be relative and are resolved according to the element's base URI. == Elements == You can use the `ping` attribute on the following elements: * [AElement ] * [AreaElement ] == Browser compatibility == [ArticleBrowserCompatibilityLegend Compatibility table legend] || *Test* || *IE8* || *IE7* || *IE6* || *FF3* || *FF2* || *Saf3* || *Op9* || *Chrome* || || [http://doctype.googlecode.com/svn/trunk/tests/html/attributes/a-ping-reflection-test.html a.ping reflects ] || Y || Y || Y || Y || N || N || N || N || == Further reading == * [http://www.whatwg.org/specs/web-apps/current-work/#ping The ping attribute in HTML 5]