If IE <9 then or mozilla < 35 or Chrome < 39 or safari < s7 then, it should redirect to browser support page.
Tried using below code but, it did not work.. it only work when, i have opend the object inspector window in IE.
<!--[if lt IE 9 ]>
<script type='text/javascript'>
console.log("its less than IE 9");
window.location.href="BrowserSupport.html";
</script>
Please guide me how can i detect for these browsers version and redirect to browser support page ?