
Changing the icon to an hour glass?
hi Graham,
fyi, in the scripting world a mousepointer is normally called a "cursor",
not an "icon".
Are you scripting inside IE, then it's easy, use css: style= 'cursor: wait'
If you are writing a standalone script, it's not so easy, you have to call
an api to change the cursor.
cheers, jw
Quote:
> Is there a way of changing the icon to an hour glass when processing
> a query?
> In vb we use screen.mousepointer = 1, is there an equivalent?