|
Yeah i just noticed the first mistake, but now I cant work out how to write that line.
data = 'html=document.getElementById("source").innerHTML'; sends it a string instead of the contents of the innerHTML.
The second line you pointed out works fine as 'this.'.
|