views:

955

answers:

1

Take the sample history example from Extjs framework. It works fine in Safari. Now add the following lines to the history.html page

<iframe src='http://google.com'&gt;&lt;/iframe&gt;

Now test the same example in Mac Safari. It just doesn't work. Any solution to this problem?

A: 

I'm having a similar problem. For some reason my back button isn't controlling the hidden iframe. It's updating the main URL in IE.

Jerry