Hi, this is my page http://bdnews.tkquiz.com/ . where I have accumulated newspaper links in the upper frame. when a link is clicked the newspaper loads in the lower frame. I want to add a button in the upper frame which will act like a minimizing button. Means If any one clicks on that button the upper frame will be minimized. And by the way is there any better way to create this page other than frames? Thanks..
If you do not know any server language like PHP, etc, You will hardly come to good quality results. The problem with frames is that search engines do not index the contents of frames. Because your site looks like a blank page. Instead of the lower frames, you can use an iframe. And instead of the upper frame set up links to a page in a div and use the show to show or hide to minimize any links. A little java script is required.
Thanks for your input. I think if I do a little research based on your clues , I'll get to somewhere.