Has anyone ever seen a browser specific js error?
I'm experiencing one right now that has me baffled, throws the error in IE and Opera but not in firefox.
Makes it hard to troubleshoot.
Is there a list of the diffences between how browsers handle javascript somewhere?
It is simply trying to apply focus to a field but throws "null or not an object" which is clearly not the case.
Any tips are greatly appreciated
I'm experiencing one right now that has me baffled, throws the error in IE and Opera but not in firefox.
Makes it hard to troubleshoot.
Is there a list of the diffences between how browsers handle javascript somewhere?
It is simply trying to apply focus to a field but throws "null or not an object" which is clearly not the case.
Any tips are greatly appreciated