Quote:
Originally Posted by xelawho
ah, I get it. If you want to format the output differently, just change the innerHTML line - if you do it like this it will put a comma and a space after each username:
Code:
document.getElementById("results").innerHTML+=o.query.results.body.div.center.div[0].div.div[3].ul.li[2].span.content.split(" ")[1]+", ";
|
Nice thanks, I've got it how I want it using Word for now but I'll change it for next time