luckydexte
Programmer
Hello all,
I am sure this is very easy but I am stumped. I am getting the error "object doesn't support this property or method" when using the onmouseover event. The error is triggered as soon as my mouse goes over the href tag. The code is really simple but I am not sure why I am getting an error. Any help will be appreciated.
<a href='javascript:void(0);' onclick="addNewVendor();" onMouseOver="status='Add New Owner'; return true;" onMouseOut="status='';"> Add New</a>
Thanks.
I am sure this is very easy but I am stumped. I am getting the error "object doesn't support this property or method" when using the onmouseover event. The error is triggered as soon as my mouse goes over the href tag. The code is really simple but I am not sure why I am getting an error. Any help will be appreciated.
<a href='javascript:void(0);' onclick="addNewVendor();" onMouseOver="status='Add New Owner'; return true;" onMouseOut="status='';"> Add New</a>
Thanks.