Just an IE thing
I've read lots on IE vs. Firefox and Safari compatibilty issues, but I can't find anything out there that addresses my specific IE problem. I'm hoping someone can help, or maybe even suggest a better method.
A list of items drawn from a database is numbered. I want to get the final number so that I can add a new item with the appropriate line number. This is done with
and in IE I get "object doesn't support this property or method". I've tried a variety of things, almost all of which work in other browsers. Can someone help me with the IE method for this?
Thanks.
A list of items drawn from a database is numbered. I want to get the final number so that I can add a new item with the appropriate line number. This is done with
newrow=document.getElementById('rownum');
rownum=parseInt(newrow.innerHTML);and in IE I get "object doesn't support this property or method". I've tried a variety of things, almost all of which work in other browsers. Can someone help me with the IE method for this?
Thanks.
