Click to See Complete Forum and Search --> : Vibrating Window
sarika_a_k
12-11-2002, 05:56 AM
Is it possible to create a vibrating or shaky window using javascript?
If Yes,Could anyone please tell me how to create it?
Expecting for positive response,
Thanks.
:)
Atom290
12-11-2002, 06:02 AM
try this place
http://javascriptkit.com/script/cut119.shtml
It will give you an automated window start up and I am sure you will be able to change the details to do what you want
Charles
12-11-2002, 06:12 AM
And people wonder why I disable JavaScript when I browse ...
Just use the
Window.moveBy()
and the
Window.setInterval()
methods. See http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1202585 and http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1203669. And if you're lucky you can hit the frequency range that sets off epileptics.