Jump to content

Iframe Onclick Scrolls To Parent Page Anchor


kalster

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.