Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/05/2003, 17:29
jossxx
 
Fecha de Ingreso: marzo-2003
Mensajes: 225
Antigüedad: 21 años, 2 meses
Puntos: 0
no lo consigo

la verdad es que no tengo ni idea de este tema,
al fin pude probar el script que me dejaste, sustituí una imagen y probé en el servidor local pero me sigue apareciendo el navegador con su barra y todo, ¿donde fallo?
gracias por tu ayuda,


<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<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,statusbar=0,menu
bar=0,resizable=1,width="+ancho+",height="+alto+", left="+derecha+",top="+arriba+"";
fin=window.open(img,"",string);
}
// -->
</script>

</head>

<body>
<a href="file:///C|/..../img.jpg" target="_blank"><img src="file:///C|/...img.jpg" width="52" height="52" border="0"></a>
</body>
</html>