Archive for April, 2008

Fun with javascript

Thursday, April 3rd, 2008 Posted in Funstuff | No Comments »

I'm no master in javascript,but here is a few fun and cool script i pick around the web. 1.Flying picture Open any webpage with lots of picture in it and paste this script in the address bar. Code: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; ... Read more..