Type: Posts; User: LOLMANLOL
Thank you both for the useful advise. You were right, I had to use == instead of =. Really thank you. :)
Why does'nt work this script? function ChangeVis(id) { if (document.getElementById(id).style.visibility="visible") { document.getElementById(id).style.visibility="hidden"; } ...