Se arregla ventana emergente nueva en IE

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@88 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
roberto 2011-06-06 16:34:39 +00:00
parent 9b779e4464
commit d3823d270f
2 changed files with 4 additions and 5 deletions

View File

@ -8,11 +8,13 @@ include LOCALE.LOCALESET."lenguaje.php";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base target="_self" />
<title><?php echo $locale['Capacidades004'];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="css/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/tablas.css" />
<script src="functions.js" language="JavaScript" type="text/javascript"></script>
</head>
<body>
@ -76,7 +78,7 @@ if(stripinput($_POST['action'])=="add"){
for ($i=0; $i < count($tecnologias); $i++)
$tecnologias[$i]=$tecnologias[$i]."-";
$CapacidadProfesional->addTecnologias($tecnologias);
header("Location: gestionCapacidadProfesional.php?id=".$idCapacidadNew);
//header("Location: gestionCapacidadProfesional.php?id=".$idCapacidadNew);
} else {
$tipomsg="error";
$mensaje="No se ha podido insertar";
@ -97,7 +99,6 @@ if($mensaje!=""){
echo "<div class=\"aviso ".$tipomsg."\">".$mensaje."</div>";
}
echo $locale['286'];
echo "<form action=\"addCapacidadProfesional.php\" method=\"POST\" enctype=\"multipart/form-data\">";
echo "<input type=\"hidden\" name=\"action\" value=\"add\" />";
echo "<input type=\"hidden\" name=\"id_candidato\" value=\"".$id_candidato."\" />";
@ -146,7 +147,6 @@ echo '&nbsp;&nbsp;';
echo '<input type="button" value="&nbsp;&nbsp;'.$locale['cerrar'].'&nbsp;&nbsp;&nbsp;" class="button" onclick="window.close()">';
echo "</form>";
?>
</body>

View File

@ -8,6 +8,7 @@ include LOCALE.LOCALESET."lenguaje.php";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base target="_self" />
<title><?php echo $locale['Capacidades004'];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="css/favicon.ico">
@ -183,10 +184,8 @@ echo '</table>';
echo '<input type="submit" value="'.$locale['gu'].'" class="button">';
echo '&nbsp;&nbsp;';
echo '<input type="button" value="&nbsp;&nbsp;'.$locale['cerrar'].'&nbsp;&nbsp;&nbsp;" class="button" onclick="window.close()">';
echo "</form>";
?>
</body>