kalster Posted November 26, 2012 Share Posted November 26, 2012 i have an iframe on a html page. on the html page, i have an anchor. when a link is clicked in the iframe, i would like the html page to scroll up to the anchor on it. the following code is not working. <a name="jump"></a> <iframe src="main.php" id="frame" onclick="opener.parent.frame.location = #jump"; width = "100%" scrolling="no" ></iframe> Quote Link to comment https://forums.phpfreaks.com/topic/271170-iframe-onclick-scrolls-to-parent-page-anchor/ Share on other sites More sharing options...
kalster Posted November 26, 2012 Author Share Posted November 26, 2012 i finally found some code that works. i put the code in to the iframe and it works. this topic is solved onload="this.contentwindow.document.onclick=location.href='#jump'" Quote Link to comment https://forums.phpfreaks.com/topic/271170-iframe-onclick-scrolls-to-parent-page-anchor/#findComment-1395097 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.