B
bender
<DIV ID="d1" onmouseover="show(this,ds1);" class="menu">News</DIV>
What does it actually mean to send 'this' to the function Show ? Is it a
referanse to <div id="d1"... > tag ?
Could I swap 'this' with 'd1' and it would be just the same ?
What does it actually mean to send 'this' to the function Show ? Is it a
referanse to <div id="d1"... > tag ?
Could I swap 'this' with 'd1' and it would be just the same ?