Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
am creating a website using frames,in that page i have used 3 frames.upper,left corner and middle frames.the middle frame is the main frame so i want to display everything in that middle frame,i.e what ever hyperlink i press in that page that should be displayed in that main frame only.how should i do that plz help.
Posted
Comments
Sergey Alexandrovich Kryukov 6-Jun-12 23:34pm    
What seems to be a problem? Even the chapter in the formal HTML standard is so short and clear, that only the lazy one would find it difficult.
--SA

1 solution

Why Frames? If you ask me, DO NOT USE THEM.

Look here:
http://developers.evrsoft.com/articles/why_not_to_use_frames.shtml[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jun-12 23:32pm    
Despite the title of this article, its point is actually different and more reasonable: "why frames are bad when not used properly". There is no convincing argument to conclude "do not use them", and this is not the conclusion of this article. I personally know the cases where they are very good; and the author of the article seems to agree. As you give this advice in the absolute form, my vote is 4.

To OP, I would say that reading about frameset and understanding how to use it, even from the formal HTML standard, is so easy, that it's not effective to ask such question. It's enough to spend some short time to read and implement them.

--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900