
09/01/2009, 13:55
|
| | Fecha de Ingreso: abril-2008
Mensajes: 28
Antigüedad: 16 años, 10 meses Puntos: 0 | |
problemas con pop up buenas tardes el problema que yo tengo es el siguiente necesito abrir un pop up desde otro pop up bueno el problema es cuando yo habro el segundo pop up ahi no me sale el formulario que necesito espero me puedan ayudar este es el codigo.
Esta es la pagina principal.
Código:
<a href="javascript:;" onClick="window.open('Power/Power1.php?idsitio=<? echo $idsitio ?>','uno','height=500,width=900,scrollbars=1,top=150,left=60') "><img src="../Imagenes/agregar.png"></a>
esta es el primer pop up
Código:
<select name="tipo">
<option>Eltek V1 (15 KW )</option><option>Eltek V1.5 (15 KW)</option><option>Eltek V2 (16 KW)</option><option>Mini Eltek (3 KW)</option>
<option>NUSS(15,6 KW)</option><option>EMPOWER(7,6 KW)</option><option>FPMA</option><option>POWER ONE</option><option>POWER PLANT</option>
<option onClick="window.open('Power/Power7.php','dos','height=100,width=300,scrollbars=1,top=355,left=70') ">OTROS</option>
</select>
bueno y por ultimo
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Nueva Power</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#3466BB">
<table width="35%" border="1" align="center" cellpadding="2" cellspacing="2" bgcolor="#000099">
<form action="" method="get">
<tr>
<td><input name="" type="text"></td>
</tr>
<tr>
<td><input name="" type="submit"></td>
</tr>
</form>
</table>
</body>
</html>
gracias por su ayuda |