
13/08/2002, 15:01
|
| | Fecha de Ingreso: junio-2002
Mensajes: 34
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: Error Con Un Popup ok aqui les va haber si me pueden ayudar
script language="javascript">
function AbrirSinScroll( url ) {
alto = 200
ancho = 300
izq = (screen.width - ancho) / 2
arr = ((screen.height - alto) / 2) - 15
popupWin = window.open(url, "_blank", "scroll='yes',width=" + ancho + ",height=" + alto + ",top=" + arr + ",left=" + izq)
}</script>
ESTE ES EL QUE UTILIZO PARA EL POPUP
Y ASI ENVIO LOS DATOS
<form method="post" action="guardar.asp" onSubmit="javascript:AbrirSinScroll('http://www.uftvirtual.edu.ve/servicios/Foro/guardar.asp')" target= " blank ">
NO SE SI CON ESTO LES BASTA |