Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/07/2005, 16:23
Avatar de lado2mx
lado2mx
Colaborador
 
Fecha de Ingreso: agosto-2001
Ubicación: Veracruz
Mensajes: 3.720
Antigüedad: 22 años, 7 meses
Puntos: 9
Ya vi como...:

Extraido de Dreamweaver:
Código PHP:
<html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
title>Untitled Document</title>
<
script language="JavaScript" type="text/JavaScript">
<!--
function 
MM_openBrWindow(theURL,winName,features) { //v2.0
  
window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body>
<a onClick="MM_openBrWindow('http://www.pagina.net/archivo.exe','bajar','width=50,height=50')" href="#">Bajar archivo.exe</a>
</body>
</html> 
Aquí se abre el pop-up y se cierra para abrir la confirmación de guardarlo.

Última edición por lado2mx; 08/07/2005 a las 16:33