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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -