I am using vb.net and jquery. Here is the problem. Using jquery i load different url links to different documents in iframe. Like this:
document.getElementById('iFrame').src = url;
Is there anyway that i can get the height and width of the document using this url?
As when this iFrame is loaded i cannot get the height or width.
Using jQuery you can try this. You can access the iframe elements only if the parent and iframe are in the same domain.