sostituisci
function dp(prezzo)
{
string = "" + prezzo;
con
function dp(prezzo)
{
string = "" + prezzo.replace( /,/g, '.' );
sostituisci
function dp(prezzo)
{
string = "" + prezzo;
con
function dp(prezzo)
{
string = "" + prezzo.replace( /,/g, '.' );
DYNAMIC+ [ E-mail ]
Secondo me non si può fare!