Pages: 12
You are viewing a post by jopet_Q. View all 39 posts in this code make ur window browser random jumo when opened.. place in <head> section made by Eric B Bennis [code]<SCRIPT LANGUAGE="JavaScript"> <!-- Original: Eric B. Dennis --> <!-- Begin if(docum.
it's actually a short version of page shaker... using the math random function triggers the code to move in different directions...
but the moveBy function must be supported by your browser in order for that code to work...
you can also use this one, just copy and paste to your js file
[quote]if(window.moveTo){
for(l=300;l>0;l--){
for(r=1;r>0;r--){
window.moveTo(0,l)
window.moveTo(l,0)
window.moveTo(0,-l)
window.moveTo(-l,0)
}
}
}[/quote]
					Last edited by jopet_Q (2008-03-06 13:00:36)