[thelist] JavaScript Multiple Events

mike.nowak at arcww.ca mike.nowak at arcww.ca
Wed Jul 4 16:31:02 CDT 2007


> Hello,
> 
> I am accustomed to coding rollover events in JS, but this time I am also
> looking to have a second event occur when you mouseover and that is to 
have
> text appear in another location eg: in a separate table or  div. Can 
someone
> assist me as to how this is done?
> 
> thanks

You're probably going to need to create a seperate handler. I had 
something similar with a page's onload when I had multiple scripts with 
their onwn window.onload events. Instead of assigning a function to 
window.onload, I just populated an array with the functions I wanted 
triggered and, in the end, had an onload function that iterated through 
them all.

---------------------------------------------------------------------------
Disclaimer
The information in this email and any attachments may contain legally privileged, proprietary and confidential information that is intended for the addressee(s) only.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this information is prohibited.  When addressed to our clients or vendors, any information contained in this e-mail or any attachments is subject to the terms and conditions in any governing contract.  If you have received this e-mail in error, please immediately contact the sender and delete the e-mail.
---------------------------------------------------------------------------
Avertissement
Le contenu de ce courriel, incluant le(s) possible(s) document(s) joint(s), peut contenir une information privilégiée et/ou confidentielle protégée légalement qui ne s'adresse qu'au(x) destinataire(s) indiqué(s). Si vous n'êtes pas un tel destinataire, vous êtes maintenant informé qu'il est interdit de divulguer, reproduire, communiquer ou conserver en partie ou en tout les informations contenues dans cette communication. Concernant les échanges avec nos clients et nos fournisseurs, ce courriel et le(s) possible(s) document(s) joint(s) est régi par le cadre contractuel spécifique qui nous relie. Si vous avez reçu cet envoi par erreur, veuillez le détruire et nous en aviser immédiatement par courriel.



More information about the thelist mailing list