D
Don Lancaster
I set up a table...
<table
bgcolor=#FF9966
name=msSel
onmouseover="msSel.bgColor='#FFCC66'"
onmouseout="differentFunction ();"
mouseout is eventully supposed to do several things,
only one of which is to reset the single cell table
color. A shortened function would be
function differentFunction (){
msSel.bgColor="#FF9966" ;
// other stuff here
} ;
on mouseout, a msSEL not found error is returned from
inside differentFunction.
substituting "this.bgColor" neither returns an error
nor changes the color. There are other reasons later
for not using "this" instead of specific names.
Why the error?
What is the correction or workaround?
--
Many thanks,
Don Lancaster voice phone: (928)428-4073
Synergetics 3860 West First Street Box 809 Thatcher, AZ 85552
rss: http://www.tinaja.com/whtnu.xml email: (e-mail address removed)
Please visit my GURU's LAIR web site at http://www.tinaja.com
<table
bgcolor=#FF9966
name=msSel
onmouseover="msSel.bgColor='#FFCC66'"
onmouseout="differentFunction ();"
mouseout is eventully supposed to do several things,
only one of which is to reset the single cell table
color. A shortened function would be
function differentFunction (){
msSel.bgColor="#FF9966" ;
// other stuff here
} ;
on mouseout, a msSEL not found error is returned from
inside differentFunction.
substituting "this.bgColor" neither returns an error
nor changes the color. There are other reasons later
for not using "this" instead of specific names.
Why the error?
What is the correction or workaround?
--
Many thanks,
Don Lancaster voice phone: (928)428-4073
Synergetics 3860 West First Street Box 809 Thatcher, AZ 85552
rss: http://www.tinaja.com/whtnu.xml email: (e-mail address removed)
Please visit my GURU's LAIR web site at http://www.tinaja.com