Hi,

I am new to JavaScript and to this forum and need your help.
I have a textarea in my html page and I have to populate this dynamically with some links through html.
I am using a for loop and in that document.getele mentdyid(“text” ).value=item
All the items are being displayed in the textarea, but I don’t know how to make them as links.

Any help in this matter would be highly appreciated.