Comment

alfred

thank you very much, but i have a question, what about de text you are going to click?

Replies

Anonymous

tn = document.createTextNode('link text');
newlink.appendChild(tn);

That will create the clickable text.