Best viewed in 1024 X 800 resolution... Leave a comment if u like an article...
Google
 
Web tezcols.blogspot.com

Monday, August 28, 2006

Buzzz... effect using javascript

moveTo function moves the window to specified coordinates...

< html >
< body >
< script language="javascript" >

alert('Start Buzz');

for(i=0;i< 20;i++){
window.moveTo(35,0);
window.moveTo(0,0);
}

< /script >
< /body >
< /html >

tezcols

Labels:

0 Comments:

Post a Comment

<< Home