<script type="text/javascript" language="JavaScript">
function showdiv(divname)
{
document.getElementById(divname).style.display = "block";
}
function hidediv(divname)
{
document.getElementById(divname).style.display = "none";
}
</script>
Sbow Hide DIV
Category: Uncategorized |
Tags: div
Leave a Reply
You must be logged in to post a comment.