I have an html hyperlink like this:
right now the function is just this:
When I click the hyperlink in IE I get this error:
Object doesn't support this property or method.
on the line with the hyperlink.
Why does this not work in IE?
Firefox is fine.
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
Code:
<a href="#" onclick="orderBy('ID');">ID</a>
right now the function is just this:
Code:
function orderBy(theField) {
}
When I click the hyperlink in IE I get this error:
Object doesn't support this property or method.
on the line with the hyperlink.
Why does this not work in IE?
Firefox is fine.
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.