Sonic Zone

GENERAL => Random => Topic started by: Rulep on August 31, 2009, 08:50:39 AM

Title: Java Codes!
Post by: Rulep on August 31, 2009, 08:50:39 AM
Hey everyone do youi know about Java Codes? Well maybe i can share some with you! It's very easy to do copy and paste the codes to your web browsers address bar! (Where to enter leters and stuff to go to a website.)

1. Tornando! (It forms all icon to float in circles!)

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


(http://i430.photobucket.com/albums/qq26/Rulep/WorldisinDanger.jpg)

2. Edit and Fool Around! (Nuff said!)

javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0

(http://i430.photobucket.com/albums/qq26/Rulep/RulepWins.jpg)

3. Web Browser Warning! (Just replace text here with your own words.)

javascript:alert("your text here")

(http://i430.photobucket.com/albums/qq26/Rulep/Eggman.jpg)

Title: Re: Java Codes!
Post by: ChaosMaster on August 31, 2009, 08:52:23 AM
I like the last one, I can screw with my parents.  :P
Title: Re: Java Codes!
Post by: shaneme3 on September 03, 2009, 04:15:30 PM
all I can say is, WOW, nice find, how did you figure this one out?