Do iframe pages show up in browser history?
The answer is yes and no.
This Google R&D guy gives a good rundown.
http://codinginparadise.org/weblog/2005/08/ajax-tutorial-tale-of-two-iframes-or.html
Long story short… The first IFrame src url will not be included in the browser history for static IFrames. However, all subsequent page urls within the IFrame will.
Unless… You do something tricky like insert the IFrame using JS or manipulate the src attribute in which case the behavior differs by browser and version.
Comments(0)