Friday 31 August 2012

hide show div | javascript | hide show javascript with code

<script>
function funshow()
{
document.getElementById('div1').style.visibility="visible"
}
function funhide()
{
document.getElementById('div1').style.visibility="hidden"
}
</script>
<body>
<input type="button" value="show" id="butshow" onclick="funshow()">
<input type="button" value="hide" id="buthide" onclick="funhide()">
<div id='div1'style="visibility:hidden">
<table bgcolor="lightblue">
<tr><td>
Usename</td>
<td><input type="text"></td></tr>
<tr><td>
Password</td>
<td><input type="text"></td></tr>
<tr><td><input type="button" value="click">
</td></tr>
</table>
</div>
</body>
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: