Saturday, July 5, 2008

JavaScript Code In Address Bar!

Go to Google.com choose Images and type Flowers, press search images button then copy and past this code in your browser Address Bar then press enter and Enjoy!

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'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

Note:
You can do this with any page has photos in it.

6 comments:

  1. Cooooooooool

    its great, can we added this script to HTML Pages!

    ReplyDelete
  2. Sure you can use this script in HTML Pages.
    function MovePhotos()
    {
    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;

    setInterval('Loop()',5);
    }

    function Loop()
    {
    for(i=0; i-DIL; i++)
    {
    DIS=DI[ i ].style;
    DIS.position='absolute';
    DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px";
    DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"
    }
    R++
    }

    ReplyDelete
  3. u are the guru of javascript, plz provide us with another cool scripts :)

    ReplyDelete
  4. Just visit my Blog frequently, I will add very good articles.

    ReplyDelete
  5. Hi,
    Its really gr8 man.Plz provide me some other good codes in Javascript.These r really very helpful to me.


    Thanks a lot

    ReplyDelete
  6. Dude thats cool but there are alot on this website go to www.hackmypcs.com and go to the javascript section there are a bunch

    ReplyDelete