I have an iframe. When the page loads, the page makes a queryString.
I need to access the query string that is generated after the page is loaded
But with this code just I can access the src without the query string
alert(document.getElementById('myframe').src);