javascript - Not interpret html in iframe but get the information from the html -


in order reduce time of executing, decide not show table in iframe client cant see it. have copy contents of table update table in main page (which can seen client).

the principle that, the iframe shouldn't interpret html, through function written javascript, copy updated table main page. we've thought commenting html out in iframe, it'll complicated not element document.getelementbyid(id). , we'll have parser html. similar things?

is document you're requesting on same domain "main page"? if so, can request second document via ajax , use regular expression extract element it. done without rendering additional content dom.

once have table element extracted ajax response, can add main page dom.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -