C
|
cgphp 7/6/2011 |
You have to use the js "replace" function to replace commas with dots: var ctrlCijena1 = Runner.getControl(pageid, 'Cijena1');
|
F
|
futo author 7/7/2011 |
You have to use the js "replace" function to replace commas with dots: var ctrlCijena1 = Runner.getControl(pageid, 'Cijena1');
|
C
|
cgphp 7/7/2011 |
Sorry. This is the right code: var ctrlCijena1 = Runner.getControl(pageid, 'Cijena1');
|