Hidden iframe problem
In IE6 (but also seen in 7 and to a le开发者_如何学Pythonsser extend 8) I have a problem with my code. I utilise a hidden iframe for Comet streaming. Sometimes when someone manually refreshes the page in Internet Explorer, they don't get the parent page but are taken by the browser to the hidden iframe URL.
Anyone seen this before or have any suggestions as to how to stop this happening?
Thanks
From what I can tell this is a bug in the browser. I have since 'fixed' this issue by explicitly handling this in the code.
精彩评论