show/hide this revision's text 3 final comment, reffering to another offshoot of this question

I am writing a complex tab based web application where each tab is unrelated to each other in the sense that there is no interaction. So for ease of development i want I want each tab to be a separate html page viewable on its own and at later stage I can assemble them via tabs or may be menus or trees so question or questions are:

  1. I am planning to use iframes, does all major browser support them?
  2. Are iframes going to be deprecated, so what are alternatives e.g. is object tag supported by all major browsers?
  3. May be i can use some better strategy instead of iframe/object?

but what i love about iframes is that it can be totally modular, so each page doesn't know about other.alt text

Note: i selected the answer which explain well but still i am not sure why not iframes question http://stackoverflow.com/questions/768222/iframes-vs-ajax may answer that

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

tabbed html application

I am writing a complex tab based web application where each tab is unrelated to each other in the sense that there is no interaction. So for ease of development i want I want each tab to be a separate html page viewable on its own and at later stage I can assemble them via tabs or may be menus or trees so question or questions are:

  1. I am planning to use iframes, does all major browser support them?
  2. Are iframes going to be deprecated, so what are alternatives e.g. is object tag supported by all major browsers?
  3. May be i can use some better strategy instead of iframe/object?

but what i love about iframes is that it can be totally modular, so each page doesn't know about other.alt text