Português
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Adicione o seguinte código à área <body> --> Tente arrastar a imagem com o mouse para ver o efeito! <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function resizeImage(evt,name){ newX=evt.x newY=evt.y eval("document."+ nome+ ".width=newX") eval("document."+nome+".height=newY") } // Fim --> </script> <img src="" largura="468" altura="60" name ="imagem" ondrag="resizeImage(evento,'imagem')">