HighDots Forums  

Event bei Klicken der Scrollbar

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Event bei Klicken der Scrollbar in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Marcus Bleil
 
Posts: n/a

Default Event bei Klicken der Scrollbar - 11-11-2004 , 10:27 AM






Hallo Ng,

gibt es eine Möglichkeit, mitzubekommen, wenn
die Scrollbar geklickt wurde, als Event oder so?

Vielen Dank.
Marcus

Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: Event bei Klicken der Scrollbar - 11-11-2004 , 11:05 AM








Marcus Bleil wrote:


Quote:
gibt es eine Möglichkeit, mitzubekommen, wenn
die Scrollbar geklickt wurde, als Event oder so?
window.onscroll = function (evt) {
alert('scrolled');
};

sollte mit IE, Mozilla/Netscape 7, Opera 7 (getestet mit 7.50)
funktionieren.

--

Martin Honnen
http://JavaScript.FAQTs.com/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.