Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/11/2007, 09:41
stardust
 
Fecha de Ingreso: mayo-2006
Ubicación: Madrid
Mensajes: 153
Antigüedad: 18 años
Puntos: 3
Re: Ejecutar links varias veces

Con PHP se me ocurre usar iframes, pero creo que sería más fácil hacerlo con JavaScript:

Código PHP:
function Ventana() {
window.open("enlace.htm","Ventana 1");
window.open("enlace.htm","Ventana 2");