|
|
| Search | Car Forums | Gallery | Articles | Helper | Air Dried Fresh Beef Dog Food | IgorSushko.com | Corporate |
|
|||||||
| COMPLETELY off-topic Talk about anything other than cars. But you can't be mad and angry in this forum! |
![]() |
Show Printable Version |
Subscribe to this Thread
|
|
|
Thread Tools |
|
#16
|
||||
|
||||
|
Re: Coding fun. (Make sure you have your seasickness medicine with you)
nice job, man
|
|
#17
|
||||
|
||||
|
Re: Coding fun. (Make sure you have your seasickness medicine with you)
It's like there's a tornado in my computer.... AND EVERYONES INVITED!
__________________
Check out my Pride and joy in AF- and discuss your favourite Alfa Romeo ![]() 2007 Audi A4 3.0 TDI Le Mans |
|
#18
|
|||
|
|||
|
Re: Coding fun. (Make sure you have your seasickness medicine with you)
The links still work even though their spinning all around the page. It took a few minutes but I was finally able to hit the "Post Reply" button.
|
|
#19
|
||||
|
||||
|
Re: Coding fun. (Make sure you have your seasickness medicine with you)
For real fun go to a porn site. Flying boobies > stationary boobies
__________________
ECNATSISER AL AVIV
|
|
#20
|
||||
|
||||
|
Re: Coding fun. (Make sure you have your seasickness medicine with you)
Modified the code a little bit...
Try these (The last one is the best): Moves anything that is a clickable link, text or image: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.1; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("A"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',150); void(0); Moves input text boxes: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.1; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("INPUT"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',150); void(0); Moves all form data (input text boxes, buttons, etc): javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.1; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("FORM"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',150); void(0); Moves EVERYTHING: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.1; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("table"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+ "px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+" px"}R++}setInterval('A()',150); void(0);
__________________
|
|
![]() |
POST REPLY TO THIS THREAD |
![]() |
|
|