I have some required fields on my forms that in all other browsers say "This field is required" if the fields in question are not filled and the submit button is clicked.
However, in IE 8, I am apparently getting raw javascript on the page if a field is not filled in.
Here is what is being echoed on the page:
I am on 3.1 RC5 with Joomla 1.5.10
Any ideas?
However, in IE 8, I am apparently getting raw javascript on the page if a field is not filled in.
Here is what is being echoed on the page:
function(){var tag=this.getTag();if(['style','script'].contains(tag)){if(window.ie){if(tag=='style')return this.styleSheet.cssText;else if(tag=='script')return this.getProperty('text');}else{return this.innerHTML;}}
return($pick(this.innerText,this.textContent));}
I am on 3.1 RC5 with Joomla 1.5.10
Any ideas?