onmousemove
----------------------------------------------------------------------------
----
Description
Fires when the user moves the mouse.
Remarks
The event ordering for moving the mouse is:
onmouseover
onmousemove
onmouseout
This event will bubble. Events that bubble can be handled on any parent
element of the object that fired the event.
Applies To
A, ADDRESS, APPLET, AREA, B, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER,
CITE, CODE, DD, DFN, DIR, DIV, DL, DT, EM, EMBED, FIELDSET, FONT, FORM, H1,
H2, H3, H4, H5, H6, HR, I, IMG, INPUT, KBD, LABEL, LEGEND, LI, LISTING, MAP,
MARQUEE, MENU, OL, P, PLAINTEXT, PRE, S, SAMP, SELECT, SMALL, SPAN, STRIKE,
STRONG, SUB, SUP, TABLE, TBODY, TD, TEXTAREA, TFOOT, TH, THEAD, TR, TT, U,
UL, VAR, XMP, document
See Also
onmousedown, onmouseup
--
Ron Wodaski - Desktop Systems MVP
Check out a tutorial that explains channels and Dynamic HTML:
http://www.microsoft.com/workshop/prog/ie4/channels/tutorial/web3.cdf
Chris Matthews wrote in message <01bcd836$98556c60$f664a8c0@Ppayroll5>...
Ron Wodaski <ro...@spamfree.com> wrote in article
<OGHl87K...@uppssnewspub05.moswest.msn.net>...
> It's right there: onMouseMove:
>
> onmousemove
>
----------------------------------------------------------------------------
> ----
> Description
> Fires when the user moves the mouse.
>
> Remarks
> The event ordering for moving the mouse is:
> onmouseover
> onmousemove
> onmouseout
>
Chris Pels
Chris Matthews wrote in message <01bcd8bc$2dd953c0$f664a8c0@chrism>...
...
lastx = window.event.x;
lasty = window.event.y;
...
}
as you can see there are no arguments to the function but these value are
properties of the event object. Hope you can translate this to vbs.
Hope this helped...
/erik