C
Chris
Hi,
I need to include a file depending of the browser.
I tried this but it doesn't work:
<script language=javascript>
var a = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
if a="true" then
document.write('<!--webbot bot="Include" tag="BODY" u-include='+
'"indIE.htm"' + ' startspan -->')
else
document.write('<!--webbot bot="Include" tag="BODY" u-include='+
'"indNS.htm"' + ' startspan -->')
</script>
Any idea?
Thanks
chris
I need to include a file depending of the browser.
I tried this but it doesn't work:
<script language=javascript>
var a = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
if a="true" then
document.write('<!--webbot bot="Include" tag="BODY" u-include='+
'"indIE.htm"' + ' startspan -->')
else
document.write('<!--webbot bot="Include" tag="BODY" u-include='+
'"indNS.htm"' + ' startspan -->')
</script>
Any idea?
Thanks
chris