Hi!
On the page I have a link:
<A href=javascript
oSomething('parameter')>Do Something</A>
When I click on the link, JavaScript function is called ok. However, when I click on it first time, mouse cursor change from the usual default cursor to the waiting arrow cursor (like page is waiting to load another page). Second click on the link switch off waiting cursor.
Question: what to do to disable this behaviour (switching on the waiting cursor), or what to add to DoSomething function to switch off that cursor? Only one solution I have now is to call "Click" method of the "A" link second time...
(IE 5.0 or later)
Vlad Grynchyshyn, MVP
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs
On the page I have a link:
<A href=javascript
When I click on the link, JavaScript function is called ok. However, when I click on it first time, mouse cursor change from the usual default cursor to the waiting arrow cursor (like page is waiting to load another page). Second click on the link switch off waiting cursor.
Question: what to do to disable this behaviour (switching on the waiting cursor), or what to add to DoSomething function to switch off that cursor? Only one solution I have now is to call "Click" method of the "A" link second time...
(IE 5.0 or later)
Vlad Grynchyshyn, MVP
vgryn@softserve.lviv.ua
The professional level of programmer could be determined by level of stupidity of his/her bugs