Displaying 1 result from an estimated 1 matches for "outputfield".
Did you mean:
output_field
2006 Mar 23
4
XML parser fixed
...return node.textContent || node.innerText || node.text || node.childNodes[0].nodeValue || '''';
}
}
);
/* --------------------------------------- */
/* How To use it */
/* --------------------------------------- */
<*cript>
function showBlog(xml)
{
$(''outputField'').innerHTML = '''';
var total = xml.rss[0][''channel''][0][''item''].length;
for(var i=0; i < total; i++) {
$(''outputField'').innerHTML += ''<a href="''+xml.rss[0][''channel&...