My question is the folowing
Is there a solid javascript code to detect if a browser is IE(I don’t care about others)
I found some script, but it generates an undefined error in FF.
I edited my question because I found some regex serverside solution for this on this forum
It’s enough for now.
thanks, Richard
You can find here very useful technique for IE detection using conditional tags.
You can use it and put script tag between it to define Javascript action only for IE.