.Darkman Posted May 9, 2007 Share Posted May 9, 2007 Hello, I need small help with iframes. I have an iframe with a page and a link above it to the actual page. For eg :- <div><a href="http://google.com">click here for original</a></div> <iframe src="http://google.com" /> Now, as everyone knows, clicking a link inside this iframe will open the link in that frame too (unless specified). When a click is made i want to "click here for original" link to be changed too. To link to page that is showing inside the frame. Is it possible somehow ? Please help. Thanks, Quote Link to comment https://forums.phpfreaks.com/topic/50611-linking-outside-an-iframe/ Share on other sites More sharing options...
jitesh Posted May 9, 2007 Share Posted May 9, 2007 is source running in the frame in your control ? Quote Link to comment https://forums.phpfreaks.com/topic/50611-linking-outside-an-iframe/#findComment-248765 Share on other sites More sharing options...
.Darkman Posted May 9, 2007 Author Share Posted May 9, 2007 At first, yes. But then the user may click on any link on the page. So not in my control. Quote Link to comment https://forums.phpfreaks.com/topic/50611-linking-outside-an-iframe/#findComment-248768 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.