: You can use conditional comments for IE users and then use JavaScript to redirect them to a page that tells them whatever it is you want to say. Try something like this in the <head>
You can use conditional comments for IE users and then use JavaScript to redirect them to a page that tells them whatever it is you want to say.
Try something like this in the <head> of your web page:
<!--[if IE]>
<script type="text/javascript">
window.location = 'ie-only.html';
</script>
<![endif]-->
More posts by @Sarah324
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.