N
nicknack
Hi.
I have a strange problem wuth IFRAME.
I have page aaa.aspx with an IFRAME that contain page bbb.aspx.
page bbb.aspx sometimes redirect him self to page ccc.aspx.
The problem is that after I loaded the aaa.aspx page I want to know
what page do I see in the IFRAME. (aaa or bbb).
What I've tried to do is to run a JS in the onLoad of aaa.aspx that
after 5 seconds get the "src" property of the IFRAME but I saw that
even if bbb.aspx redirect to ccc.aspx the source is still bbb.aspx.
I know it complex but I really hope you can help me.
Thanks.
I have a strange problem wuth IFRAME.
I have page aaa.aspx with an IFRAME that contain page bbb.aspx.
page bbb.aspx sometimes redirect him self to page ccc.aspx.
The problem is that after I loaded the aaa.aspx page I want to know
what page do I see in the IFRAME. (aaa or bbb).
What I've tried to do is to run a JS in the onLoad of aaa.aspx that
after 5 seconds get the "src" property of the IFRAME but I saw that
even if bbb.aspx redirect to ccc.aspx the source is still bbb.aspx.
I know it complex but I really hope you can help me.
Thanks.