Forum Moderators: open
If UA contains (not is) msie then echo bad else echo good.
<script type="text/javascript">
if(useragent="msie");
{document.writeln('bad')};
else
{document.writeln('good')};
</script>
Once I get this working fine I'll refine it later on and post it should anyone want. I just got a little rusty of late. ;-)