Sorry, the article you're looking for isn't specifically available. Here are related topics:
function externISBN() { for (var i = 0; i < document.links.length; i++) { var ln = document.links[i].href.match(/isbn=(.*)/); ...