Содержание

getInternalLink

Gets the element - internal document link of all, satisfying the specified conditions

Syntax

getInternalLink = function(aIndex, aAttributes, aValues, Strong,
  aAntiAttributes, aAntiValues, aAntiStrong);

Parameter

Returned value

Notes

Examples

  1. //Get a random element from all internal page links,
    //which have a value of "class" atribute equals "decorated"
    var link = getInternalLink(-1,['class'],['decorated'],true);