document.getElementById("1").textContent =
for(var i=0;i<cib006.length;i++){
document.write(cib006[i]+"<br>"));
}
What I was hoping this javascript code would do, is paste the entire contents of the cib006 array into the textarea. However, this does not work. How would I change my code so that it pastes the contents?
If I were to remove the document.getelement part, then it works fine (though this would wipe the page of its contents and just display the array. Any solutions?

New Topic/Question
Reply


MultiQuote




|