|
|
#11 |
|
Участник
|
Цитата:
Код: function nameLabel (fieldname, str)
{
var oLabel = document.getElementById(fieldname+"_c");
if(oLabel != null)
oLabel.innerText = str;
}
nameLabel( "totalamount", "Сумма заказа без рублей" ); |
|
|
|
|
|