Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] DIV visibility


  • From: dnunes at gmail.com (diego nunes)
  • Subject: [Javascript] DIV visibility
  • Date: Mon Oct 9 12:58:54 2006

On 10/9/06, SkyScanner <skyscanner@xxxxxxxxxx> wrote:
> What is the best, absolutely bomb-proof method to change the visibility from
> visible to hidden, and from hidden to visible, for the following:
>
> <div id="result"> blah blah blah </div>

    "document.getElementById('result').style.visibility='hidden';" and
"document.getElementById('result').style.visibility='visible';"
anyone?

--
diego nunes
dnunes.com