html - get iframe query string with javaScript -
this question has answer here:
i have iframe. when page loads, page makes querystring.
i need access query string generated after page loaded
but code can access src without query string
alert(document.getelementbyid('myframe').src);
try:
document.getelementbyid("myframe").contentwindow.location.href
where myframe id of frame
Comments
Post a Comment