Quote:
Originally Posted by MarkFL
In your second script, try this:
HTML Code:
<script type="text/javascript">
var n = {vb:raw forum.threadcount};
n = n.replace(/\,/g, '');
n = parseInt(n, 10);
document.write(fHcountHits(n));
</script>
|
I have tried it from this method, but without results, it directly does not return anything and with the second script that publishes it returns 1 when it detects a comma.
Any other solution ?.