Javascript Reference
Categories: A

javascript A Methods

@March 15, 2008, 1:22 a.m.

Methods Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Provides an advisory attribute about the functionality of the destination of a link. A browser could use this information to display special colors or images for the element content based on what the destination does for the user, but Internet Explorer does not appear to do anything with this information.

 
Example
 
document.links[1].Methods = "post";
 
Value

Any valid HTTP method as a string.

 
Default

None.


Powered by Linode.