I don’t know what the below kind of frames are called. I guess they are not iframes as they don’t show me the option to “Reload this frame” on making right click and I don’t think that they are hidden DIV layers as layers will load data with direct page load. Can anybody tell me what the below kind of frames are called and how the information is loaded after clicking on its related button. Is that any javascript if so what’s the keyword to google it?


They are just div elements from html. When you click the button the content is dynamicly loaded by AJAX. This could be raw AJAX or some library like jQuery.
So I guess you would google “AJAX load div content”