Hola amigos:
Quisiera darle color a una ventana que contiene 1 foto.Se podrá?
Aquí les mando el scrip:
<!-- Copiar dentro del tag HEAD -->
<script LANGUAGE="JavaScript">
<!--
function CargarFoto(img, ancho, alto){
derecha=(screen.width-ancho)/2;
arriba=(screen.height-alto)/2;
string="toolbar=0,scrollbars=0,location=0,statusba r=0,menubar=0,resizable=1,width="+ancho+",height=" +alto+",left="+derecha+",top="+arriba+"";
fin=window.open(img,"",string);
}
// -->
</script>
</head>
body
<a href="javascript:CargarFoto('paisaje.jpg','240','3 50')">paisaje</a>
<a href="javascript:CargarFoto('xikoreproductor.jpg', '240','350')">xiko</a>
Muchas gracias, saludos.Oscar