XANGAbaby
07-24-2003, 05:32 AM
hey does anyone know the code that when somebody right clicks, the window shakes, then the window shakes, closes, and then a message appears after? I have been searching for this code for a while now!
|
View Full Version : COPYRIGHT--SHAKING WINDOW wid MESSAGE XANGAbaby 07-24-2003, 05:32 AM hey does anyone know the code that when somebody right clicks, the window shakes, then the window shakes, closes, and then a message appears after? I have been searching for this code for a while now! bottomshot 07-26-2003, 12:16 AM All you gota do is have a window.moveBy(x,y); in a while loop or whatever then, you have the page do something like crap=window.open("","crap"); then do a crap.document.write("<title>whatever</title>your mesage"); and you are all set. |