18/07/2002, 21:28
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 5 meses Puntos: 0 | |
Re: RadioButtons intenta con esto
<script language="Javascript">
<!--
function accion(f)
{
if(f.test[0].checked)
f.action="test2.asp"
else f.action="test6.asp"
}
//-->
</script>
<form name="formu" action="" onsubmit="return accion(this)" method="post">
Si: <input type="radio" name="test" value="si">
<br>
No: <input type="radio" name="test" value="no">
<br>
<input type="submit" name="enviar" value="ENVIAR">
</form>
haber
<center><hr size="1" width="100%" noshade><a href=javascript:MsgrApp.LaunchIMUI('gpa36@hotmail. com')>
<strong><font face="courier new" color="#666666" size="2">Contact Me?[/CODE]</strong>
<IMG SRC="http://woertman.org:8080/msn/gpa36" border="0"></A></ce |