Language References
Specifies a list of URLs to be notified if the user follows a hyperlink.
Inline |
<element ping = strUrl...> |
Script |
object.ping = strUrl ] |
strUrl |
String specifying the URL to be notified if the user follows the hyperlink. |
The property is read/write with no default value.
The ping attribute, if present, gives the URLs of the resources that are interested in being notified if the user follows the hyperlink.
The value must be a set of space-separated tokens, each of which must be a valid non-empty URL whose scheme is an HTTP(S) scheme.
The value is used by the user agent for hyperlink auditing.
A, AREA, LINK
How HyperText Links Work