Hello,
I have page for which I want to load different content for different browsers.
Example :
IF Internet explorer
{include file="/content1.tpl"}
ELSE if any other browser
{include file="/content2.tpl"}
{/if}
Content1.tpl & Content 2.tpl are two different files having their respected Html & CSS.
How can I achieve this using Javascript OR php ?
Thanks,
- Mandar
EDIT
What I want is, IE to completely neglect content2.tpl
& Mozilla or Other to completely neglect content1.tpl