Denisdh
asked on
How can I escape an iFrame within an iFrame?
Experts,
I have an iFrame that is contained within an iFrame. In the nested iFrame I have a a bit of javaScript that I need to use to redirect to a page because I pass certain query string parameters.
I have tried top.navigate, window.top.navigate, top.location, parent.location, top.parent.location with no luck from any of them.
Can anyone advise?
I have an iFrame that is contained within an iFrame. In the nested iFrame I have a a bit of javaScript that I need to use to redirect to a page because I pass certain query string parameters.
I have tried top.navigate, window.top.navigate, top.location, parent.location, top.parent.location with no luck from any of them.
Can anyone advise?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.