
01/08/2002, 13:44
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 7 meses Puntos: 0 | |
Re: Valor del radio buton o algo asi?
<script>
function validar(form)
{
if(form.tipo[0].checked)
if(form.titulo.value=="")
{
alert("Como tienes seleccionado Noticia Breve solo valide el input titulo");
form.tipo[0].focus();
return false;
}
if(form.tipo[1].checked)
if(form.resumen.value=="")
{
alert("Como tienes seleccionado Noticia Kronos solo valide el input resumen");
form.tipo[1].focus();
return false;
}
return true;
}
//-->
</script>
<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 |