web page fun for mickie

obe1

Member ++
Joined
Oct 22, 2004
Messages
584
Reaction score
6
Location
Cheshire, England.
Don't know if this has ever been posted on here but it's crazy. copy and paste this script into your address bar and press enter.

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.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

google image something and then try it when your p****d lol
 
WOW, thats awesome, lol.

Code:
You don't have permission to view the code content. Log in or register now.

googled the rest of the code for you.

----edit-------

try this link with it.
h**p://www.monster-madness.com/Gallery/Gremlin.jpg
 
Last edited:
Perhaps my code only works in ie6.
If you copy all of this:

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.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

and then paste it in your address bar and then press enter, all of the pictures on your web page will start floating in a circle

midiriot, that gremlin made me dizzy.
 
Last edited:
Yeah, I typed some random keys into good images and that came up, looked pretty funny. Very nice find ob.










------note-------------
half of that codes still missing

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.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
/*sudden stop*/



See what I'm on about? the for loop doesn't close, and there should be some more code in the there.
 
Just tried it and I see what you mean, I just copied and pasted the code from somewhere else so didn't realise.
 
Back
Top