Re: onScroll event

by Peter-Paul Koch <ppk(at)xs4all.nl>

 Date:  Sat, 02 Dec 2000 13:00:37 +0100
 To:  hwg-languages(at)hwg.org
  todo: View Thread, Original
>Is there an onScroll event in javascript?

Only in IE5.

window.onscroll = thefunction;

function thefunction()
{
	alert('Scroll!');
}

ppk

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA