* mob100 i tried to copy the tags code but its not showing anything. please help
2017-12-25 23:06 · (0)
* Graham * mob100 There is a special code for it but last time I tested it it was broken I will look at it
2017-12-26 10:36 · (0)
* TECRIDIBLE * Graham
<script>
var name = "{_$name|Not found}";
tags = name.split(" ");
var target=document.getElementById('tag');
for (i=0;i<tags.length;i++){
var link= document.createElement("a");
link.setAttribute('href', '/Search?anywhere=1&search='+tags[i]);
link.setAttribute('class', 'xt_tag');link.setAttribute('style', 'font-weight:bold');
var text = document.createTextNode(tags[i]); 
link.appendChild(text);
target.appendChild(link);
}
</script>

Copy code



this one right? brother i too tried this code but not working!
2017-12-26 18:11 · (0)

Online: Guests: 1