English
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Add the following code to the <body> area --> Try dragging the image with the mouse to see the effect! <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function resizeImage(evt,name){ newX=evt.x newY=evt.y eval("document."+name+ ".width=newX") eval("document."+name+".height=newY") } // End --> </script> <img src="" width="468" height="60" name ="image" ondrag="resizeImage(event,'image')">