Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/06/2004, 12:56
Avatar de benti
benti
 
Fecha de Ingreso: octubre-2001
Ubicación: Benidorm
Mensajes: 413
Antigüedad: 22 años, 6 meses
Puntos: 0
pues no, solo se los estoy poniendo en el enlace.
pero yo de java script no tengo ni idea, como lo haria?
pongo el codigo para que ayude:
Código PHP:
function AbrirImagenVentana(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
    
newWindow window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
    
newWindow.document.open();
    
newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#000000" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onClick="self.close()" onBlur="self.close()">'); 
    
newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>'); 
    
newWindow.document.write('</body></html>');
    
newWindow.document.close();
    
newWindow.focus();

__________________
Seguro que ahora me sale mejor!