Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: New to javascript--code for Scroll()


Message #1 by Denise Williams <dwilliams@l...> on Tue, 29 Jan 2002 15:30:13 -0500


>From: Denise Williams <dwilliams@l...>
>Reply-To: "javascript" <javascript@p...>
>To: "javascript" <javascript@p...>
>Subject: [javascript] New to javascript--code for Scroll()
>Date: Tue, 29 Jan 2002 15:30:13 -0500
>
>I have an interesting project that uses frames. I'm trying to find some
>sample code that writes a function to use the scrollbar of one frame (this
>frame is empty) to scroll the contents of another. The end result would be
>to simulate a scrollbar on the left side of main document frame as opposed
>to the default right alignment. The scrollbar needs to be on the left side
>because we are using touch screens which could present a problem if the
>scrollbar appears too far to the right edge of the screen. I don't know if
>this is possible (although it does have a practical use) but any 
>suggestions
>would be welcome and appreciated.
>Thanks
>Denise
>
>
>


Search the MSDN help for onscroll, doscroll and componentFromPoint. 
Obviously this is IE specific, I don't know your target.

Joe

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


  Return to Index