Gostaria de saber se tem como fazer um script que abrisse as fotos no tamanho correto.
Valeww

Posted 08/05/2003, 09:28
Posted 08/05/2003, 19:02
Posted 13/05/2003, 15:59
Posted 20/05/2003, 15:15
Posted 20/05/2003, 17:11
Posted 22/05/2003, 08:16
Posted 22/05/2003, 09:07
<html> <head> <title>Sheilla</title> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="adjSize();"> <a href="Javascript:self.close();"> <img src="foto11.jpg" name="img" border="0" width="550" height="359"> </a> <script language="Javascript" src="../../js/wSize.js"> </script> </body> </html>
w = document.img.width; h = document.img.height + (screen.height - screen.availHeight); self.resizeTo(w, h); self.moveTo(screen.width/2-w/2, screen.height/2-h/2);
Posted 28/05/2003, 10:07
Edição feita por: Mcnnabee, 18/09/2003, 16:17.
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)