Podrias revisarme este código?
Cordial Saludo.
Aqui esta mi código que gracias a usted logre sacar adelante, pero mi inconveniente es para limpiar los 20 campos del formulario, agradeceria si pudieras revisarlo y decirme que es lo que tengo mal.
Eso es lo que me falta para culminar con esta pagina.
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="">
<table width="90%" border="1" align="center">
<tr>
<td><table width="75%" align="center">
<tr>
<td colspan="4"><div align="center"><font color="#006666" size="5" face="Courier New, Courier, mono">Consulta
Externa Afiliados</font></div>
<div align="right"></div></td>
</tr>
<tr>
<td><div align="right">Factura</div></td>
<td><input name="Factura" type="text" id="Factura"
onKeyPress="if(event.keyCode==13){'&<?php include "ValidaAfiliado.php";
if(isset($_REQUEST['Factura']))
{
$arr[0] = $_REQUEST['Medico'];
$arr[1] = $_REQUEST['txtCodConsul'];
$arr[2] = $_REQUEST['txtFechaConsul'];
$arr[3] = $_REQUEST['txtFinaConsul'];
$arr[4] = $_REQUEST['txtCausaExte'];
$arr[5] = $_REQUEST['txtTipoDiag'];
$arr[6] = $_REQUEST['Empresa'];
$VP_Factura = ValidaFactura($_REQUEST['Factura']);
$VL_TipIden = $VP_Factura[0];
$VL_NoIden = $VP_Factura[1];
$VL_PriApe = $VP_Factura[2];
$VL_SegApe = $VP_Factura[3];
$VL_PriNomb = $VP_Factura[4];
$VL_SegNomb = $VP_Factura[5];
if($VL_TipIden != "")
{
$VL_Medico = $arr[0];
$VL_CodConsul = $arr[1];
$VL_FechaConsul = $arr[2];
$VL_FinConsul = $arr[3];
$VL_CausaExte = $arr[4];
$VL_TipoDiag = $arr[5];
$VL_Empresa = $arr[6];
$campoFocus = "Medico";
}
else
{
$VL_Medico = "";
$VL_CodConsul = "";
$VL_FechaConsul = "";
$VL_FinConsul = "";
$VL_CausaExte = "";
$VL_TipoDiag = "";
$VL_Empresa = "";
$VL_NombDiag = "";
$VL_NombDiag1 = "";
$VL_NombDiag2 = "";
$campoFocus = "Factura";
}
if($VL_Medico==""){$VL_Medico="FERNANDO SANCHEZ";}
if($VL_CodConsul==""){$VL_CodConsul="39141";}
if($VL_FinConsul==""){$VL_FinConsul="10";}
if($VL_CausaExte==""){$VL_CausaExte="13";}
if($VL_Empresa==""){$VL_Empresa="SISBEN";}
}
?>&'; submit();}"
value="<?php echo $Factura; ?>" size="10" maxlength="10"> </td>
<td><div align="right">Medico</div></td>
<td><input name="Medico" type="text" id="Medico" value="<?php echo $VL_Medico;?>" size="30" maxlength="30" onKeyPress="if(event.keyCode==13){document.forms.form1.txtCodConsul.focus();}" ></td>
</tr>
<tr>
<td><div align="right">Tipo Identificación</div></td>
<td><input name="txtTipIden" type="text" id="txtTipIden" value="<?php echo $VL_TipIden;?>" size="2" maxlength="2" readonly=""></td>
<td><div align="right">Número Identificación</div></td>
<td><input name="txtNoIden" type="text" id="txtNoIden" value="<?php echo $VL_NoIden;?>" size="16" maxlength="16" readonly=""></td>
</tr>
<tr>
<td><div align="right">Primer Apellido</div></td>
<td><input name="txtPriApel" type="text" id="txtPriApel" value="<?php echo $VL_PriApe;?>" size="20" maxlength="20" readonly=""></td>
<td><div align="right">Segundo Apellido</div></td>
<td><input name="txtSegApel" type="text" id="txtSegApel" value="<?php echo $VL_SegApe;?>" size="20" maxlength="20" readonly=""></td>
</tr>
<tr>
<td><div align="right">Primer Nombre</div></td>
<td><input name="txtPriNombre" type="text" id="txtPriNombre" value="<?php echo $VL_PriNomb;?>" size="20" maxlength="20" readonly=""></td>
<td><div align="right">Segundo Nombre</div></td>
<td><input name="txtSegNombre" type="text" id="txtSegNombre" value="<?php echo $VL_SegNomb;?>" size="20" maxlength="20" readonly=""></td>
</tr>
<tr>
<td><div align="right">Código Consulta</div></td>
<td><input name="txtCodConsul" type="text" id="txtCodConsul" size="5" maxlength="5" onFocus="siguienteCampo ='txtFechaConsul';" onKeyPress="if(event.keyCode>=48 && event.keyCode<=57){} else{event.keyCode=8;}" value="<?php echo $VL_CodConsul;?>"></td>
<td><div align="right">Fecha Consulta</div></td>
<td><input name="txtFechaConsul" type="text" id="txtFechaConsul" value="<?php echo $VL_FechaConsul;?>" size="10" maxlength="10" onKeyPress="if(event.keyCode==13){document.forms.form1.txtFinaConsul.focus();}">
<font color="#CC3333">(mm/dd/yyyy)</font></td>
</tr>
<tr>
<td><div align="right">Finalidad Consulta</div></td>
<td><input name="txtFinaConsul" type="text" id="txtFinaConsul" size="2" maxlength="2" value="<?php echo $VL_FinConsul;?>" onKeyPress="if(event.keyCode>=48 &&...
Aqui esta mi código que gracias a usted logre sacar adelante, pero mi inconveniente es para limpiar los 20 campos del formulario, agradeceria si pudieras revisarlo y decirme que es lo que tengo mal.
Eso es lo que me falta para culminar con esta pagina.
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="">
<table width="90%" border="1" align="center">
<tr>
<td><table width="75%" align="center">
<tr>
<td colspan="4"><div align="center"><font color="#006666" size="5" face="Courier New, Courier, mono">Consulta
Externa Afiliados</font></div>
<div align="right"></div></td>
</tr>
<tr>
<td><div align="right">Factura</div></td>
<td><input name="Factura" type="text" id="Factura"
onKeyPress="if(event.keyCode==13){'&<?php include "ValidaAfiliado.php";
if(isset($_REQUEST['Factura']))
{
$arr[0] = $_REQUEST['Medico'];
$arr[1] = $_REQUEST['txtCodConsul'];
$arr[2] = $_REQUEST['txtFechaConsul'];
$arr[3] = $_REQUEST['txtFinaConsul'];
$arr[4] = $_REQUEST['txtCausaExte'];
$arr[5] = $_REQUEST['txtTipoDiag'];
$arr[6] = $_REQUEST['Empresa'];
$VP_Factura = ValidaFactura($_REQUEST['Factura']);
$VL_TipIden = $VP_Factura[0];
$VL_NoIden = $VP_Factura[1];
$VL_PriApe = $VP_Factura[2];
$VL_SegApe = $VP_Factura[3];
$VL_PriNomb = $VP_Factura[4];
$VL_SegNomb = $VP_Factura[5];
if($VL_TipIden != "")
{
$VL_Medico = $arr[0];
$VL_CodConsul = $arr[1];
$VL_FechaConsul = $arr[2];
$VL_FinConsul = $arr[3];
$VL_CausaExte = $arr[4];
$VL_TipoDiag = $arr[5];
$VL_Empresa = $arr[6];
$campoFocus = "Medico";
}
else
{
$VL_Medico = "";
$VL_CodConsul = "";
$VL_FechaConsul = "";
$VL_FinConsul = "";
$VL_CausaExte = "";
$VL_TipoDiag = "";
$VL_Empresa = "";
$VL_NombDiag = "";
$VL_NombDiag1 = "";
$VL_NombDiag2 = "";
$campoFocus = "Factura";
}
if($VL_Medico==""){$VL_Medico="FERNANDO SANCHEZ";}
if($VL_CodConsul==""){$VL_CodConsul="39141";}
if($VL_FinConsul==""){$VL_FinConsul="10";}
if($VL_CausaExte==""){$VL_CausaExte="13";}
if($VL_Empresa==""){$VL_Empresa="SISBEN";}
}
?>&'; submit();}"
value="<?php echo $Factura; ?>" size="10" maxlength="10"> </td>
<td><div align="right">Medico</div></td>
<td><input name="Medico" type="text" id="Medico" value="<?php echo $VL_Medico;?>" size="30" maxlength="30" onKeyPress="if(event.keyCode==13){document.forms.form1.txtCodConsul.focus();}" ></td>
</tr>
<tr>
<td><div align="right">Tipo Identificación</div></td>
<td><input name="txtTipIden" type="text" id="txtTipIden" value="<?php echo $VL_TipIden;?>" size="2" maxlength="2" readonly=""></td>
<td><div align="right">Número Identificación</div></td>
<td><input name="txtNoIden" type="text" id="txtNoIden" value="<?php echo $VL_NoIden;?>" size="16" maxlength="16" readonly=""></td>
</tr>
<tr>
<td><div align="right">Primer Apellido</div></td>
<td><input name="txtPriApel" type="text" id="txtPriApel" value="<?php echo $VL_PriApe;?>" size="20" maxlength="20" readonly=""></td>
<td><div align="right">Segundo Apellido</div></td>
<td><input name="txtSegApel" type="text" id="txtSegApel" value="<?php echo $VL_SegApe;?>" size="20" maxlength="20" readonly=""></td>
</tr>
<tr>
<td><div align="right">Primer Nombre</div></td>
<td><input name="txtPriNombre" type="text" id="txtPriNombre" value="<?php echo $VL_PriNomb;?>" size="20" maxlength="20" readonly=""></td>
<td><div align="right">Segundo Nombre</div></td>
<td><input name="txtSegNombre" type="text" id="txtSegNombre" value="<?php echo $VL_SegNomb;?>" size="20" maxlength="20" readonly=""></td>
</tr>
<tr>
<td><div align="right">Código Consulta</div></td>
<td><input name="txtCodConsul" type="text" id="txtCodConsul" size="5" maxlength="5" onFocus="siguienteCampo ='txtFechaConsul';" onKeyPress="if(event.keyCode>=48 && event.keyCode<=57){} else{event.keyCode=8;}" value="<?php echo $VL_CodConsul;?>"></td>
<td><div align="right">Fecha Consulta</div></td>
<td><input name="txtFechaConsul" type="text" id="txtFechaConsul" value="<?php echo $VL_FechaConsul;?>" size="10" maxlength="10" onKeyPress="if(event.keyCode==13){document.forms.form1.txtFinaConsul.focus();}">
<font color="#CC3333">(mm/dd/yyyy)</font></td>
</tr>
<tr>
<td><div align="right">Finalidad Consulta</div></td>
<td><input name="txtFinaConsul" type="text" id="txtFinaConsul" size="2" maxlength="2" value="<?php echo $VL_FinConsul;?>" onKeyPress="if(event.keyCode>=48 &&...
1 respuesta
Respuesta de bubebu
1