[Javascript] DIV visibility

diego nunes dnunes at gmail.com
Mon Oct 9 12:33:55 CDT 2006


On 10/9/06, SkyScanner <skyscanner at eircom.net> 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



More information about the Javascript mailing list