Hey,
I've got this javascript code
window.onload=function() { document.onclick=function() { hide('mydiv'); }; };
Does anybody know how I could modify this code so that I could perform the same function on another div? if I use this code on another div tag then it overwrites this code. I've tried changing it myself but had no luck.
Thanks.