I am working on a javascript downloader and need to click a button. I can see the button and get it's values with web developer and dom inspector in FF. But when I try to:
var freeUserForm = this.iFrame.contentDocument.getElementById('js_free-download_btn');
It returns null and when I view the page source the element is not there. So what's going on?
Thank you very much, Todd