|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (4 bit)
Join Date: Nov 2001
Posts: 8
|
hey i need some help with a web page im buildin, i used 2 frames, left and right, and i was goin to use the right to put the list of links to the other parts of the page, u know like FAQ, INFO, LINKs etc. well i made the links and all but when u click on the link the new page loads only in that frame, while larger main frame reamains the same, is their anyway i can get both frames to load like their supposed too?
if i have started abbling incoherantly like an elephant on crack plz say soemthin and ill try to explain in more deatail. I WOULD REALLY APRECIATE THE HELP! _+___+______+__ __+______+__+_
|
|
|
|
|
|
#2 |
|
Member (13 bit)
|
In your page that defines the frame parameters, you need to name each frame.
{frameset cols="20%,80%"} {frame name="left" src="index.html"} {frame name="right" src="content.html"} {/frameset} And then, in your links... {a href="http://www.blah.com/blah.txt" target="right"}Blah{/a} Alternatively, it would be much easier to declare a base target in your pages of "right", which would make all links by default open in the right frame, unless you specified the left frame, just put this tag at the top of your pages within the head tag... {base target="right"} |
|
|
|
|
|
#3 |
|
Member (4 bit)
Join Date: Nov 2001
Posts: 8
|
thx man ill try that now
|
|
|
|
|
|
#4 |
|
Member (4 bit)
Join Date: Nov 2001
Posts: 8
|
exactly where do u put the {base target="right"} tag?
exactly |
|
|
|
|
|
#5 |
|
Member (13 bit)
|
Within the head tag of each of your other pages.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|