How hide div in javascript?

Posted by monkey_boys on Stack Overflow See other posts from Stack Overflow or by monkey_boys
Published on 2010-04-15T03:51:54Z Indexed on 2010/04/15 3:53 UTC
Read the original article Hit count: 235

Filed under:
<script type="text/javascript">

                                        function HideDiv(id) {
                                            document.getElementById(id).Style.display = "block";
    }

© Stack Overflow or respective owner

Related posts about JavaScript