Search code examples
htmlajaxframesframeset

html how to create frames


I would like to create an html frameset like the picture below.

can anyone point me in an helpful direction as I'm not sure how to create this?

Should I use frameset or something else like AJAX?

------------------------------------------
|                                        |
|                                        |
|----------------------------------------|
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
|     |                                  |
------------------------------------------

Solution

  • Don't use frames and framesets as they are deprecated in HTML5. You don't need Ajax, since layout has nothing to do with asynchronous updates. Instead, use a CSS layout like one of these examples.