I have a frameset containing 3 frames. 1 frame is a banner, 1 is a menu and the other is the main area that changes.
If i use simple hyperlinks from my menu, i can change the content of the main page without any problem, and still display both banner and menu.
If I use hover buttons with a link to the page i want displayed, it displays the single page on the whole screen and not in the main frame thus overwriting my banner and menu.
ok !
go inside the code ... precise the TARGET attribute for all A tags :
<a href="newPage.html" target="name_of_the_frame_in_which_you_want_newPage_to_be_displayed">
if this is not enough, then it's because the page are adressed from the jscript code ... you have to find where, and instead of : ???.location="newPage.html" you have to write : name_of_the_frame_in_which_you_want_newPage_to_be_displayed.location="newPage.html"
if this is not enough, then you missed one or two A or location ;]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.