Hi,
I need to change the style of an element and it seems to work fine in FF, but not in IE.
Here's my statement :
ucId.style.curs or = 'wait';
where ucId is a user control created by vb.net.
Is my sintax ok for IE?
Thanks
I need to change the style of an element and it seems to work fine in FF, but not in IE.
Here's my statement :
ucId.style.curs or = 'wait';
where ucId is a user control created by vb.net.
Is my sintax ok for IE?
Thanks
Comment