I have a website that uses iframes to display dynamic content from a database. Works ok with all browsers except opera (and apparently safari but cant check that on my windows pc - even the new beta version wont work) When I first open the site in opera, it doesn't load any dynamic content, but if I click on a menu item it then loads everything properly.
The initial load is triggered with this:
<body onLoad="this.open('blockNav.asp?sectionID=8', 'navigation')">
Is there any reason this would work with ie & firefox but not opera?
Thanks