
How do I change the mouse pointer icon ?
hi Hang,
if you are scripting inside IE, then use css: style= 'cursor: wait'
Note: "Wait" gives you an hourglass (if you want a "watch" try the iMac).
if you are writing a standalone script, then you have to use api calls
(ugh!).
cheers, jw
Quote:
> In vbscript, is there a way for me to change the icon of the mouse pointer
> icon from the standard "arrow" to the "clock" icon ?
> In my script , i need to change the icon of the mouse pointer from the
> "arrow" icon to another icon whenever a user click on a button to indicate
> that somekind of processing is taking place.
> Thanks
> Hang.