Helpful Information
 
 
Category: Looking for such a script or service
Iframes 'issue'.

I'd really like a script that allows me to open a certain area of a page inside an iframe. This would be doable with anchors, but as the pages aren't my own I can't control what to show.

Anyone that could help? :)

This could help:


<iframe src="plageyouwishtoshowintheframe.html" name"content" height="20" width="20" scrollable="yes" border="0">

that lets me show an other page on my page yes, but I need to show a certain area of the destination page inside the Iframe.

So basically, I'd need a script that scrolls the destination page to wherever I want it automaticly.

You need the javascript function, window.scroll(x, y).

For example:

myIframe.scroll(0, 150);

See if that gets you going. Otherwise hit me back for more of an explanation.

Sounds like what I need :D

I'll give it a go, and come back if I need further guidance :)

Thanks!

If this is an external page, as you say, you will have problems. See:

http://www.dynamicdrive.com/forums/showthread.php?t=3462










privacy (GDPR)