Português
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- Código HTML completo--> <html > <head> <title> Navegador de imagens</title> <script> function ViewImage(form) { photoHeight=form.height.value photoWidth=form.width.value var urlType=form.url.value var LocalurlType=urlType. 'http://')==-1 if(LocalurlType) urlType="file:///"+urlType win=window.open("","","width="+photoWidth+",height= "+ photoHeight+"") win.document.write("<html><head><title>A imagem que você deseja navegar</title></head><body>") win.document.write('<div style = "posição:absoluta;largura:'+photoWidth+';altura:'+photoHeight+';left:0px;top:0px">') win.document.write("<img src="+urlType+" width="+ photoWidth+ " height="+photoHeight+"></div></body></html>") win.document.close() } </script> </head> <body> <center> Por favor, digite o que deseja Procure o URL onde a imagem está localizada Se a imagem estiver em seu computador local, pressione o botão de navegação <p> <form> <input type=file size=40 name=url> <p> Height:<input type=text. name=height size= 3 value=300> Largura: <input type=text name=width size=3 value=250> </p> <input type=button value="Exibir imagem" onclick="ViewImage(this.form )"> </p> form> </body> </html> <br><br><br> <p><font color=red>////Autor: Escola de Software, Instituto de Tecnologia de Nanyang, Contato Ren Binyu: 0377-3114024,0373 -7916269 </font></p>