hi all,
just wondering: how can i set onmouse events to a different div or a tag than ‘this’?
e.g., instead of having this:
<div onclick="this.style.display='none';">
have this instead:
<div onclick="(someotherdivname).style.display='none';">
hi all,
just wondering: how can i set onmouse events to a different div or a tag than ‘this’?
e.g., instead of having this:
<div onclick="this.style.display='none';">
have this instead:
<div onclick="(someotherdivname).style.display='none';">
:: Copyright KIRUPA 2024 //--