Viewed page does not make link visited

C

chris

I have three webpages; x.htm, y.htm & z.htm - see below.

When viewing page x.htm, clicking the Y and Z links marks the links as
visited, but when clicking the Y and Z buttons the links are not
marked as visited (which is what I want).

The problem only occures when using frames. Viewing y.htm and clicking
the Z button marks the link as visited.

Is it possible to fix this behaviour?

/chris

-=-=--=-=--=-=--=-=--=-=--=-=--=-=--=-=-

x.htm:
<html>
<frameset cols="*">
<frame src="y.htm">
</frameset>
</html>

y.htm:
<html>
Y<p>
<a href="y.htm">Y</a>
<a href="z.htm">Z</a>
<p>
<input type=button onclick="location.href='y.htm'" value=Y>
<input type=button onclick="location.href='z.htm'" value=Z>
</html>

z.htm:
<html>
Z<p>
<a href="y.htm">Y</a>
<a href="z.htm">Z</a>
<p>
<input type=button onclick="location.href='y.htm'" value=Y>
<input type=button onclick="location.href='z.htm'" value=Z>
</html>
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top