<html>
<head>
<script> function exibe() {
var Ver = document.form.Ativa.value;
if (Ver = 'S') {
document.getElementById("grupo").style.display = "block";
}
}
function oculta() {
if (Ver = 'N') {
document.getElementById("grupo").style.display = "none";
}
}
</script>
</head>
<body>
<form name="form" method="POST">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="400" id="table1">
<tr>
<td><input type="radio" value="S" name="Ativa" onclick="exibe();">Sim<input type="radio" value="N" checked name="Ativa" onclick="oculta();">Não</td>
</tr>
<tr>
<td><div id="grupo" style="display: none;"><input type="checkbox" name="C1" value="ON">1<input type="checkbox" name="C2" value="ON">2<input type="checkbox" name="C3" value="ON">3</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
</form>
</body>
</html>
- Fórum WMO
- → Viewing Profile: Posts: Gutto
Community Stats
- Group Usuários
- Active Posts 1
- Profile Views 1314
- Member Title Novato no fórum
- Age Age Unknown
- Birthday Birthday Unknown
-
Sexo
Não informado
0
Neutral
User Tools
Friends
Gutto hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Clicar Em Radio Button E Ativar Checkbox !
02/05/2007, 17:07
- Fórum WMO
- → Viewing Profile: Posts: Gutto
- Privacy Policy
- Regras ·



Postagens