[Javascript] RollOvers

Peter Brunone peter at brunone.com
Fri Nov 2 09:06:51 CST 2001


    Sounds like you'd need to put each link inside a DIV tag.  Then,
onClick, you'd trigger a function that (1) changed the page in the content
frame and (2) changed the innerHTML of the appropriate DIV to text rather
than a link.  Of course you'd want to be sure to store the link value
somewhere -- like in an array -- so that on the next page, you can restore
the link.

----- Original Message -----
From: "Iztok Polanic" <iztokp at amis.net>
To: <javascript at LaTech.edu>
Sent: Friday, November 02, 2001 3:02 AM
Subject: [Javascript] RollOvers


Hi!

I'm building a page with rollovers. The whole page is designed with two
frames. The left one is the menu and the right one is the one where text is
displayed. And now I want to make, that when someone clicks on a link (left
frame) it would lose its <a href> tag without refreshing the left frame. How
can this be done? Anyone?

Bye,

Iztok





More information about the Javascript mailing list