Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get a href value javascript

document.getElementById("aaa").href; // http://example.com/sec/IF00.html
//while the one below gets the value of the href attribute:
document.getElementById("aaa").getAttribute("href"); // sec/IF00.html
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #href #javascript
ADD COMMENT
Topic
Name
1+3 =