I have the following Javascript.
function show(d){
if(obj=document .all(d)) obj.style.displ ay=""
}
The html then callsd 'show("div6"). But, what is ("div6") and where it
is defined? I know "div6" is a menu, but I don't know where it is
defined.
<a href="#" onMouseOut="MM_ swapImgRestore( )"
onMouseOver="MM _swapImage('Ima ge56','','image s/top-1_03.gif',1)">
<img src="images/top_03.gif" name="Image56" width="97" height="21"
border="0"></a></TD>
<TD class=flyoutLin k
onMouseOut='hid e("div6")'onMou seOver='show("d iv6")'>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
function show(d){
if(obj=document .all(d)) obj.style.displ ay=""
}
The html then callsd 'show("div6"). But, what is ("div6") and where it
is defined? I know "div6" is a menu, but I don't know where it is
defined.
<a href="#" onMouseOut="MM_ swapImgRestore( )"
onMouseOver="MM _swapImage('Ima ge56','','image s/top-1_03.gif',1)">
<img src="images/top_03.gif" name="Image56" width="97" height="21"
border="0"></a></TD>
<TD class=flyoutLin k
onMouseOut='hid e("div6")'onMou seOver='show("d iv6")'>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment