Reputation: 1828
i'm getting following error in IE8
Object doesn't support this property or method
i'm getting this error on following line
fieldName.form.action = 'some action url';
i have alerted fieldName like following
alert(typeof(fieldName));
it alerts 'Object'
anyone have any idea about this?
Upvotes: 0
Views: 3444