Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: scroollBy method stops loading


Message #1 by "Dionísio Manuel Freitas Monteiro" <dio@s...> on Thu, 18 Oct 2001 19:38:07
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

  Return to Index