Hi guys!
Here’s the situation. I’ve created a page with frameset with a fix top page. The top frame is where i place my banner and the navigation link and the bottom frame is where i place all my content. My question now is how do i add new “page” at the bottom frame so that the top remains the same and only the bottom frame changes when i click on the links above. thanks!
In the page where the frames are defined, you can give them a name.
<frame name="bottomframe">
You use that name to link to:
<link href="" target="bottomframe">