Magic of programming

Status
Not open for further replies.

punk

Beyond the call of duty
Hi
just came across this program, try this its really cool:D

1. Open Internet Explorer.
2. Go to Google
3. Click images 4. Type "flowers" & enter. 5. You will get a page which is having full of mages. 6. Then delete the URL from the address bar and paste the below script 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. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( 'A()',5); void(0) 7.[FONT=Times New Roman, Times] [/FONT]See the magic of programming
 

skghosh44

dig_boy_dig,dig !
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.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)

For and on behalf of "punk"
 

RCuber

The Mighty Unkel!!!
Staff member
Why dont people read or reply to my posts :confused: .. I had posted this two months back here :neutral:
 

hailgautam

Youngling
not working here wonder why?


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. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( 'A()',5); void(0)

is this what i need to paste?
 
OP
punk

punk

Beyond the call of duty
hailgautam said:
not working here wonder why?


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. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval( 'A()',5); void(0)

is this what i need to paste?


Hi
plz, see the reply from skghosh44 for the solution. Thnks evryun 4 the replies. :D
As for as charangk & maxdemon are concerned i apologize to them if it is a repost.:(

Have a great day :lol:
 

dreams

Gracias Senor
Oops!!! Nothin cums up..does this work in FF??

Edit - chkd in IE..awesome man..

PS - not workin in FF.
 
Last edited:
Status
Not open for further replies.
Top Bottom