Technorati Tags : | javascript | html | text counter | textarea | input |
Technorati Tags : | javascript | select list | options | remove | delete |
Technorati Tags : | javascript |
Technorati Tags : | javascript |
Technorati Tags : | javascript |
Technorati Tags : | javascript |
Technorati Tags : | javascript |
<script type="text/javascript">
<!--
function toggleID(id) {
if (document.getElementById(id).style.display=='none') {
document.getElementById(id).style.display='block';
} else {
document.getElementById(id).style.display='none';
}
}
// -->
</script>
Technorati Tags : | javascript |