Mobile app version of vmapp.org
Login or Join
Sarah324

: 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>

@Sarah324

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]-->

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme