Hey there!
I was wondering why my javascript code below outputs the following error:
Error: SetEventHandler is not defined
Line: 27
Javascript on line 27/28
SetEventHandler("scroll", wereScrolling());
SetEventHandler("resize", wereResizing());
All i want is that when the user scrolls down or resizes the window that it executes the functions (wereScrolling() and wereResizing())
Thanks a million![]()


Reply With Quote
Bookmarks