Question : IFrame History

Hi,

I would like to know how to disable the history of the IFrame.
I need to work separately with the history of the IFrame  and the history of the page that the IFRAME is inserted.
How to make the browser do not assume the history of the Iframe?

For example:
When I browse the page loaded in Iframe,
I want the browser page that contains the Iframe does not create a historical based navigation in my Iframe

Thanks.

Answer : IFrame History

You cannot prevent the browser from keeping track of visited pages.

You can trap for the "backspace" key and ignore those requests, but without a lot of work there is no way to prevent the user from navigating backwards (or forwards). And even if you could, the expectation is: It's a browser, so it should BEHAVE like one.

Both IE and FF have a "private browsing" mode where no history is retained, but this DOES NOT prevent the creation of page history, nor disable navigation.,
Random Solutions  
 
programming4us programming4us