R
Rob
I know some javascript trick could do this, but I want sth like code-
behind.
I have two iframes and when the user click a button in iframe1, I want
to change the source of iframe2.
For the master page, it is as simple as IFrame2.Attributes["src"]
="mypage.aspx";
But how to do the same thing in IFrame1's Code-behind?
behind.
I have two iframes and when the user click a button in iframe1, I want
to change the source of iframe2.
For the master page, it is as simple as IFrame2.Attributes["src"]
="mypage.aspx";
But how to do the same thing in IFrame1's Code-behind?