arrosen
08-02-2006, 05:18 AM
I have a website that has a link that changes the content of an iframe. It works perfectly in IE (6 & 7) and Opera, but doesn't work in Firefox.
Here is the link:
<a href="#null" onClick="document.frames['MainFrame'].location.href='flash.php?f=Fallview';">View Slide Show</a>
I also happen to have a navigation iframe (on that same page) where I have similar code but it is "parent.frames['..." . This link works fine in both IE and Firefox.
Any ideas?
The website is http://www.fallviewroad.com
Thanks
Here is the link:
<a href="#null" onClick="document.frames['MainFrame'].location.href='flash.php?f=Fallview';">View Slide Show</a>
I also happen to have a navigation iframe (on that same page) where I have similar code but it is "parent.frames['..." . This link works fine in both IE and Firefox.
Any ideas?
The website is http://www.fallviewroad.com
Thanks