Hi there
I need to modify a custom meta-tag with the value of a <A> tag based on the links onclick event.
I have found code like this : -
var metaArray = document.getElementsByTagName("meta");
for(var i=0; metaArray[i]; i++) {
if(metaArray[i].getAttribute("name") == "DC.Date.Modified") {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.