Greetings, Nov 23rd, 2013
Briefly, I popup a div from index and load a file into it with and iframe src, however afterwards while I can easily reference functions outside the iframe, div combination I cannot reference elements, divs content etc. within the iframes different php page? I have tried the reference to the frame id and then the div id within the different php in a dom combination such as the below, however all has failed! neither of the examples below worked?...any ideas?
Appreciatively,
Ted
Code:document.mainiframe.document.getElementById('darray'+i).innerHTML='frame test data - '+i; document.mainiframe[0].document.getElementById('darray'+i).innerHTML='frame test data - '+i;



Reply With Quote

Bookmarks