In my html file I put as
<script src='http://otherdomain/file.js' ></script>
When I run my webpage, that other javascript creates some html content using docuemnt.write
command.
How can I dynamically read that dynamic html using the javascript on my html page?
Is it possible?