
How can i write the else statement in JavaScript to check if the web browser is IE or not? Is there any other way to validate this way ..?
Thanks.

Instead of writing code in else ..you can write in the if condition. See the given code for example...
<!--[if IE]> You're using IE! <![endif]--> <![if !IE]> You're using Safari! <![endif]>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
