<td  width="10" height="100%" border="0" alt=""  bgcolor="#000066">.</td>
   <td  width="780" height="35" border="0" alt="" bgcolor="#FFFFFF"  class="Text2">
   <table border="0" cellpadding="0" cellspacing="0" width="780">

   <tr>
   <td width="12" height="854" border="0" alt=""></td>
   <!-- contenido pagina -->
   <td width="768" height="854" border="0" alt="" valign="top">
   <br><p></p>

<?php 
require_once '../CN/clsCNDoc.php';
$clsCNDoc = new clsCNDoc();
$clsCNDoc->setStrBD($_SESSION['mapeo']);
if (isset($_POST['cmdObsoleto'])) {
    $clsCNDoc->ModificarEstadoExterno($_SESSION['usuario'], $_GET['id']);
    echo '<META HTTP-EQUIV=Refresh CONTENT="0; URL=../vista/exito.php?id=Se ha realizado correctamente el cambio de estado del documento">';
}
?>
<!--<%
	if len(Request.Form("cmdObsoleto")) then
		Dim objDoc
		Set objDoc = server.CreateObject("Calidad.clsCNDoc")
		objDoc.iniciar(session("base"))
		objDoc.ModificarEstadoExterno session("usuario"), request.Form("num")
		set objDoc = nothing
		response.Clear()
		Response.Redirect("exito.asp?Id=Se ha realizado correctamente el cambio de estado del documento")
		response.end
	end if-->
<?php