Hello, I am trying to get an iframe to scroll to a a certain spot of a page, how can i do this? I know you can use a scroll to code, but I can't get it to work. Here's how my iframe looks for now without the scroll to command. <iframe src="URL#flashplayer" name="a1" style="margin: 0pt;" scrolling="no" width="490" frameborder="0" height="410"></iframe>
Why not just put an <a name="xyz"></a> above the part you want to be scrolled to, then the link would be yoursite/index.html#xyz