Page 1 of 1

Can this website dance?

Posted: April 7th, 2007, 5:26 pm
by Tehw00tz
javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(50*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(50*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);

Copy that into your address bar to make this forum dance.

Posted: April 8th, 2007, 2:47 am
by Dekar
amagawd :shock:


javascript:x=0;e=document.body;e.style.position="absolute";function rt(){e.style.top=100-(500*Math.cos(x*Math.PI/180))+"px";e.style.left=100+(500*Math.sin(x*Math.PI/180))+"px";x+=5};setInterval("rt()",50);void(0);

This is more fun though.