Connecting Tech Pros Worldwide Help | Site Map

still m ore trouble with frames

lkrubner@geocities.com
Guest
 
Posts: n/a
#1: Jul 24 '05

Still more trouble with a site that is based on frames:

http://www.lauradenyes.com/

I got rid of some javascript that forced all the pages to stay in the
frame. My hope was that at least the site owner could send the links to
the free pages to her friends, outside of the frames. However, now if
you go to the home page and click on a link at the bottom, you go to
that page, and you don't stay in the frames. In other words, one seems
to leave the frames even if you don't want to. Try clicking on Peru,
for example. I re-written the tag like this:

<a onClick="changeTopFrame('peru-title.html');" href="peru-main.html"
target="main">Peru</a>

I thought that this meant the page would load in the target frame
"main" but it doesn't seem to be doing so.

Thor Kottelin
Guest
 
Posts: n/a
#2: Jul 24 '05

re: still m ore trouble with frames




lkrubner@geocities.com wrote:
[color=blue]
> http://www.lauradenyes.com/[/color]
[color=blue]
> if
> you go to the home page and click on a link at the bottom, you go to
> that page, and you don't stay in the frames. In other words, one seems
> to leave the frames even if you don't want to. Try clicking on Peru,
> for example.[/color]

Your code, '<a href="test3.html" target="_top">Peru</a>', works as
designed.

Thor

--
http://www.anta.net/OH2GDF
Closed Thread