A
Andy
Hi,
I am forced into using a frameset in which I divide the page into 3
frames, a "topframe" which is an area across the top, a "navframe"
which is an area just below the topframe and on the left column where
I put chapter heading links, and a "contentframe" which those links
update.
The whole reason for the frames is that the "contentframe" is based on
external html documents in a database that I have no control over and
which have their own css and images.
Thus, my first question is simple, how do I create <a href="...">
links in the "navframe" which update both the "contentframe" and the
"topframe".
My second question is what if I want more control than this. Lets say
my nav link wants to completely change the contents (location.href) of
the "contentframe" but only change one text widget in the "topframe".
Is this possible? Can it be done without annoying browser alerts?
Andy
I am forced into using a frameset in which I divide the page into 3
frames, a "topframe" which is an area across the top, a "navframe"
which is an area just below the topframe and on the left column where
I put chapter heading links, and a "contentframe" which those links
update.
The whole reason for the frames is that the "contentframe" is based on
external html documents in a database that I have no control over and
which have their own css and images.
Thus, my first question is simple, how do I create <a href="...">
links in the "navframe" which update both the "contentframe" and the
"topframe".
My second question is what if I want more control than this. Lets say
my nav link wants to completely change the contents (location.href) of
the "contentframe" but only change one text widget in the "topframe".
Is this possible? Can it be done without annoying browser alerts?
Andy