Hi Imar,
I've been out for a while so I haven't seen your message before.
I have tested it but didn't work, these browser problems kill me.
Thank you anyway,
Best regards,
dionísio
> Sorry for the confusion, but one of the lines of code below should
> actually read:
>
> parent.frames.myMiddleFrame.scrolling = 'no';
>
> Imar
>
>
>
> > Hi there,
> >
> > I haven't tried this (yet) but can't you trick Netscape a little?
> >
> > First, enable scrolling on the frame, scroll down or up and then
disable
> > the scrolling again.
> >
> > In IE the following code should work, but it's behavior is a little
> buggy:
> >
> > parent.frames.myMiddleFrame.scrolling = 'yes';
> >
> > or
> >
> > parent.frames.myMiddleFrame.scrolling = 'yes';
> >
> >
> > These actions either enable or disable scrolling for the frame called
> > myMiddleFrame.
> >
> > Again, I don't know whether this will work or not, but it's worth a
try.
> >
> > Regards,
> >
> > Imar