views:

228

answers:

0

I've got a page with an iframe that I'm trying to track the history with using the YUI Browser History Manager.

I have two IFRAMEs on the page, one for the manager and one which I'm using to navigate.

The issue I'm running is to is that after I've navigated the frame a few times and the back button is hit for the first time, the YUI manager callback doesn't get called. Yet hitting back a second time does trigger the callback. I'm seeing this in IE 8 and FF.

I've read that this isn't possible as the manager doesn't work when there are multiple IFRAMEs on the page? Has anyone pulled this off?

All the examples I've looked at using the YUI history manager don't navigate an iframe, but rather the main page. If anyone has a simple example of this, I'd greatly appreciate it.