Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/05/2003, 17:58
Renegado
 
Fecha de Ingreso: febrero-2002
Ubicación: Santiago
Mensajes: 253
Antigüedad: 23 años, 3 meses
Puntos: 0
Bueno aqui hay algo, me funciona
Guarda la pag como cualquier_nombre.asp
y pruebala.

no se que tenias de malo a mi me funciono

A lo mejor era otra cosa, si es asi me avisas

Código:
<html>
<head>
<script language=javascript>
function nuevo(){
document.myform.id_caso.value="";
return;}
</script>
<title>Arreglemos Esto</title>
</head>
<body>
<FORM NAME="myform" ACTION="../caso/myform.asp" METHOD="GET" TARGET="Frame_Caso_Down">
<input size=10 name="id_caso" value="<%=time%>"> 
<input name="texto2" type="text" size="15" maxlength="15">
<INPUT type="button" value="Button" id=button1 name=button1 onclick="nuevo()">
</body>
</html>