Setting the mouse pointer to be the wait cursor


To set the mouse pointer on a web page to be a wait cursor, add the following to the <form> tag on the page.
<form style="cursor:wait;">
...
</form>

The above code adds the 'style="cursor:wait;"' attribute to the <form> node in the output HTML.

Last modified by Mohit @ 4/5/2025 11:46:15 AM