Frame web sites

Sachiel

New member
Frame web sites are generally frowned upon by most web site designers because they not supported by all browsers, take longer to load and are not search engine friendly. Why then would you want to create a frame web site or frame page?
 
I don't know why people would want to make their website in frames. I guess once you get the hang of it, it's quite easy to get a basic layout down.
 
The only way i would use a frame is when i'm creating a control panel for a php app. Or when I'm purposley trying to create an ugly website lol.
 
webfreak said:
I don't know why people would want to make their website in frames. I guess once you get the hang of it, it's quite easy to get a basic layout down.

The main purpose of a frame page is to keep some information permanently visible (ie navigation bar) while viewing other information (main pages) that is subject to change. This makes it easy for a visitor to navigate say 80 pages of your site. The navigation menu or advertisement remains in front of your visitor at all times, instead of creating one on each page.
 
But, not supported by all browsers. The older browsers especially don't support frame web sites and newer browsers are more supportive of CSS.
 
Frames can serve a few important purposes. They are excellent if you?re creating some kind of a Web-based application where static content is desirable.
 
If a user agent doesn’t support frames, there is no way to degrade the documents; the agent simply can’t display the results unless you provide script-based workarounds, meaning extra work for you and all kinds of support problems for your users.
 
Back
Top