Got it fixed..had to put the prototypes in the Onload() instead of out
among the globals
Which leads me to another question.how can I define these prototypes in a
file so I don't have to do it on every page in the Onload()??
Thanks,
Scott
--
Hi,
I need to define some prototypes for the DynLayers I'm using. If I define them
above my global variables, the browser complains that it can't access my global
variables. If I define it afterward, sometimes it complains
that "DynLayer.prototype is null or not an object". I even tried put
This code worked for me, but I also needed to add:
DynAPI.document.captureMouseEvents()
Before I created the event listener
-Scott
- Forwarded message from Angelo Tata <[EMAIL PROTECTED]> -
Date: Tue, 23 Jul 2002 02:26:02 +0200
From: Angelo Tata <[EMAIL PROTECTED]>
hi,
what is the way to not dispach a keyboard event to the container of a Dynlyer.
For example, I'm using a list and I want to use keybord arrow to move in.
But i don't want the window's scrollbar to scroll when I move within the list.
thank you in advance.
Pierre
__
/