Ancor/bookmark problem

T

Targa

Ive got a page that contains an Iframe. The Iframe page is fairly long and
requires scrolling.
It is placed toward the bottom of the main page.
There are several links on the main page that link to ancors/bookmarks on
the Iframe page.

When one of these links is clicked, both the main page and the iframe scroll
to the bookmark.
Is there anyway to force just the Iframe to scroll and keep the main page in
place?

Thanks!
 
M

MD Websunlimited

Targa,

Can you provide a URL or the hyperlink code? I need to see what you're doing to cause this.

Thank,
 
T

Targa

No as this is an application Im developing locally.

Here is the code involved:

link on main page:
<A target="actionwindow" href="myiframepage.asp#SEVENAM">


IFRAME code in main page.
<iframe name="actionwindow" src="myiframepage.asp" height="456" width="100%"
border="0" frameborder="0" marginwidth="1" marginheight="1">Your browser
does not support inline frames.</iframe>

Bookmark in myiframepage.asp
<a name="SEVENAM">7AM</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top