




Edição feita por: Vetão, 12/11/2003, 11:34.
Posted 12/11/2003, 11:27
Edição feita por: Vetão, 12/11/2003, 11:34.
Posted 12/11/2003, 11:45
<html> <head> <title>Imagens</title> <script> function Abrir(pag,larg,alt){ window.open(pag,'Imagens','width='+larg+' height='+alt); } </script> </head> <body> <img src="img/imagem1.jpg" onclick="Abrir('img.html?img/imagem1.jpg','356','235')" name="img1" style="cursor:hand" width="20%"> <img src="img/imagem2.jpg" onclick="Abrir('img.html?img/imagem2.jpg','360','231')" name="img2" style="cursor:hand" width="20%"> </body> </html>
<html> <head> <title>Imagens</title> <script> var img=self.location.search.substr(1); document.write('<img src="',img,'">'); </script> </head> <body topmargin="0" leftmargin="0"> </body> </html>
Edição feita por: Dinho Z., 12/11/2003, 11:45.
Posted 16/11/2003, 09:05
Posted 17/11/2003, 13:45
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)