Thanks, Stephen, Scott et all.

Been away for about a week. Appreciate the help.

All the best,
Mike

Michael M Milligan

-----Original Message-----
From: Stephen Caudill [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 09, 2004 9:55 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: onMouseOver for table rows? Cells?


The text below should read:

"Anything will set off an onMouseOver event when an event listener is
attached to it."

e.g.:

<body onLoad='doSomethingAnnoying();'>

or the preferred method for attaching events in modern, DOM compliant
browsers given the following HTML:

<body id='myObjID''>

where the following is located in an included .js file:

function doSomethingAnnoying(){
  //my annoying onload code
}
document.getElementById('myObjID').attachEvent("onload",
doSomethingAnnoying);

this helps achieve separation of structure and behavior (the behavior
bit being the javascript) and get's you one step closer to coding
eutopia :)

- Stephen

On Fri, 9 Jul 2004 12:45:26 -0400, Stephen Caudill <[EMAIL PROTECTED]>
wrote:

> Everything set's off an onMouseOver event with a listener attached.

____ . The WDVL Discussion List from WDVL.COM . ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with
the words: "set WDVLTALK pw=yourpassword" in the body of the email. To
change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%

To unsubscribe via postal mail, please contact us at: Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.




____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to