is there a way to detect what OS the user is using I spacifficly want to know who is using mac OS because Mac IE has a bug I need to workaround Thank you Travis Harris
This is a Java script test hope it helps
isMac = (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;