Hi all.
Just wanted to ask - is it good to use Wait cursor in websites? on heavy loading pages.. we dont generally see it used with websites...(please share some if u have seen any)
if i implement the following.... will it be compatible with the current browsers?
function doHourglass()
{
document.body.style.cursor = 'wait';
}
and
<form runat="server" onsubmit="return setHourglass();">
please let me know.
Thanks in advance!