Custom App for third party Browsers
I'm trying to create a custom app that identifies browsers as a matter of fact - i need to identify all browsers that do not have MSIE in their http-request .i tried different regexp patterns and none of them seem to work[^[MSIE]] - less than 7 chars[^[MSIE [0-9]\.[0-9]]] - still less than 7 chars? (hmm 4 + 3)User-Agent [^[MSIE]] - does not seem...




