Ver Mensaje Individual
  #10 (permalink)  
Antiguo 12/01/2002, 16:43
Owen-Bonilla
 
Fecha de Ingreso: mayo-2001
Ubicación: Monterrey, N.L.; México
Mensajes: 558
Antigüedad: 23 años
Puntos: 0
Re: Pop Up Windows

Aqui est aparte del codigo que use:

<script language="JavaScript">

<!--
function openPictureWindow_Fever(imageName,imageWidth,image Height,alt,posLeft,posTop) {
newWindow = window.open("","newWindow",&qu ot;width="+imageWidth+",height="+im ageHeight+",left="+posLeft+",top=&q uot;+posTop);
newWindow.document.open();
newWindow.document.write('<html><title&gt ;'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
newWindow.document.write('<img src='+imageName+' alt='+alt+'>');
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}
//-->
</script>


<a href="javascript:;" onClick="openPictureWindow_Fever('grandes/rec_individuales.jpg','599','477')"><im g border="0" src="img/recamaras/recamara1.jpg" align="right" width="173" height="132"></a>




Owen Bonilla
Webmaster Weblaguna S. C.
[email protected]
[email protected]