hi,
Im writing a sidebar gadget which needs to display the data from the tables in a html page , im using xmlhttprequest() and displaying the request using
document.getElementById('show').innerHTML=xmlhttp. responseText;
this does diplay the page but i only need to display some of the <TD.. elements on the page, could anyone provide me with a good link or explain the process of parsing the html...? I have been searching google and reading w3schools website fot the last 3 days now, I want to keep what little hair i have left now... LOL.
I am only learning javascript so please keep it simple or well commented...
Can post source if this helps?
Thanks in advance, Phill. 
|