HTML has had frames from early days, but they are deprecated in the latest version. Many browsers (I have tried with Internet Explorer) don't even display frames properly.
Why has this been done? What was the drawback in frames?
|
HTML has had frames from early days, but they are deprecated in the latest version. Many browsers (I have tried with Internet Explorer) don't even display frames properly. Why has this been done? What was the drawback in frames? |
|||||||||
|
|
Jakob Nielsen wrote a 1996 column that criticized frames. Some key points:
While "framesets" (the most common type used on late 1990s/early 2000s web pages) are dying, the iframe (short for inline frame) remains alive and well. In fact, recently iframes have been found useful in today's "mashup" web applications, and extensions to the iframe are currently proposed in the HTML5 specification. For example, Facebook, in its API for app developers, uses them to seamlessly integrate third-party apps with their own site while minimizing the security risk. (In this model, all third-party code remains on a separate domain, which is good for security reasons.) |
|||||||
|
|
Frames are not deprecated in HTML. There are obsolete in HTML 5, and just discouraged before this version, for reason extremly crearly explained in the link. |
|||||||||
|
|
My guess: iframes are easier to use and more powerful. Easier to use because you just do |
||||
|
|