Hi all,
I have content on a page that is changed using someid.innerHTML = 'new content';
but what I would like to know is how to grab the original values that are hardcoded in the html even after it has been changed via javascript innerHTML?
any ideas
john