Is there any way to scroll a frame using controls or mouse wheel, instead
of the scrollbar? We have a client that want's long frames but dosn't like
scroll bars.

Thanks,

Dan

Scrolling a frame without a scrollbar? by Tom

Tom
Wed Jul 16 08:46:39 CDT 2003

There should be a way using the onkeypress event along
with the window.event.keycode property to define a key for
this and then use the window.scrollby property. I don't
have the time or inclination to create an example, but
that would be my direction of investigation for use with
IE, at least.

Tom Lavedas
===========

>-----Original Message-----
>Is there any way to scroll a frame using controls or
mouse wheel, instead
>of the scrollbar? We have a client that want's long
frames but dosn't like
>scroll bars.
>
>Thanks,
>
>Dan