javascript - How to access the HTML document being generated dynamically inside an iframe, from remote server? -



javascript - How to access the HTML document being generated dynamically inside an iframe, from remote server? -

i'm creating web application display reports beingness fetched tableau server. utilize tableausoftware.viz() function reports , display them.

i'm using tableau_v8.js file.

an iframe generated dynamically using tableau_v8.js file. iframe contains html document uses dojo framework create ui components on html page.

on click of button on ui generated within iframe, new html div tags gets added dynamically.

i think these div tags beingness added because of script or functions beingness called on in javascript (i.e. tableau_v8.js) file or because of request beingness posted on tableau server, don't have clear understanding on how these elements beingness generated.

how find way understand dynamic creation of html document other html components within iframe?

how should go issue?

javascript html iframe

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -