|
Posted by Peterken on 12/05/05 09:32
When entering the page I get an error in line 68, it's function
function resizeAgain()
{
var iframe = document.all.NAME;
iframe.height=document.frames("NAME").document.body.scrollHeight;
}
in the line iframe.height=... , it's an "access is denied" error.
Maybe this info helps a bit ?
Dunno much about FF or Moz, sorry
<number1.email@gmail.com> wrote in message
news:1133759264.566164.99270@g43g2000cwa.googlegroups.com...
>I have a strange problem that I can't seem to resolve. When I display
> my Web Page at: http://true-love-quiz.com/page1.html it works fine in
> Firefox and Mozilla, but when I try to bring up the page in Internet
> Explorer version 6.0, the actual quiz information does not display. If
> you look at the status bar on the bottom of the page you will see the
> message "Error on Page". To the top right of the display area you can
> see the upper scroll bar, and if you try to resize it a bit, you will
> be able to see some of the data...but not all of it. Can anyone figure
> out what's going on...and how to fix it? Thanks a Bunch!
>
[Back to original message]
|