Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: FirePitsPosted on 2006-05-07 at 13:13:56ID: 16626395
Are you saying that you want to change the src of one iFrame from within the other iFrame? If so, then yes you can do this. I have done it before. If I remember correctly you need to reference the parent, and then the parent (you call it Main page) is able to change the source of the other iFrame. Something like, parent.iFrame2.src = 'whateverSrc.aspx'. One thing, I think I did that with Javascript, so you might need to call a Javascript function to change the src of the other frame, at least with the way I did it.