I am using this js script for inspect DOM element. But it is not working when I am using iframe.
Is this possible to inspect DOM element inside iframe using the following script(in iframe there is another site is shown).
Please give me a suggestions. How can I solve this issue. I am not expert but have some knowledge about it.
regards
Ahsan Murshed
Direct JavaScript cross-domain relationship is not possible. You need several combination of JavaScript, AJAX, and a server-side proxy codes to do that. Bot even so I am not sure that you may grab the DOM structure.
Bookmarks