Allora .. ho installato questo codice in un sito
<center>
<!-- include cost of war javascript; this runs the counter -->
<script language="JavaScript" src="http://costofwar.com/costofwar.js"></script>
<!-- the elements 'row' and 'alt' will be changed by the javascript to contain
the correct numbers -->
<div><b>Cost of the War in Iraq</b></div>
<div id="raw">(JavaScript Error)</div>
<div><a href="http://costofwar.com" target="_top">To see more details, click here.</a></div>
<!-- this line triggers the counter to start -->
<script language="JavaScript">
inc_totals_at_rate(100);
</script>
</center>
ma, mentre se visualizzo il sito (
http://kheiron.iobloggo.com) con Konqueror, per esempio, lo script lo vedo bene, con il mio firefox 1.0 visualizzo JavaScriptError ....
a voi succede lo stesso?
Come mai?