Hola gente estoy tratando de hacer funcionar este codigo.
no da error pero no funciona....
Alguien me puede dar una mano?
<script languaje="javascript">
if (navigator.appName == "Netscape") {
document.write("<?php include 'currency.php';?>");
}else if (navigator.appName == "Microsoft Internet Explorer") {
document.write("<?php include 'currencyie.php';?>");
}
</script>