Toonraider 0 Posted November 15, 2006 Share Posted November 15, 2006 (edited) Go to any website, clear the address in the bar and paste in this java script: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.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;DIS.position='absolute'; DIS.left=Math.sin (R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0); Edited November 16, 2006 by Toonraider Link to comment Share on other sites More sharing options...
Renton 22686 Posted November 15, 2006 Share Posted November 15, 2006 "The page cannot be displayed." Wow. Link to comment Share on other sites More sharing options...
Toonraider 0 Posted November 15, 2006 Author Share Posted November 15, 2006 (edited) java script: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.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;DIS.position='absolute'; DIS.left=Math.sin (R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0); works for me Edited November 15, 2006 by Toonraider Link to comment Share on other sites More sharing options...
Renton 22686 Posted November 15, 2006 Share Posted November 15, 2006 Are you using explorer? Link to comment Share on other sites More sharing options...
Bizza 105 Posted November 15, 2006 Share Posted November 15, 2006 Seen this before, you have to remove the space between Java & script. It also works better on phpbb forums. Link to comment Share on other sites More sharing options...
Renton 22686 Posted November 15, 2006 Share Posted November 15, 2006 Seen this before, you have to remove the space between Java & script. It also works better on phpbb forums. Now that worked. Link to comment Share on other sites More sharing options...
Brock Manson 0 Posted November 15, 2006 Share Posted November 15, 2006 What is it? Link to comment Share on other sites More sharing options...
ewerk 31764 Posted November 16, 2006 Share Posted November 16, 2006 A glimpse of what life was like in the distant past of October 06. Link to comment Share on other sites More sharing options...
Mags 1 Posted November 16, 2006 Share Posted November 16, 2006 God that effect has an amazing resemblence to the appearance of Killarney a few times recently. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now