Hi All,
Can anybody tell me why the below doesn't work;
[code=javascript]
T_Price = 23;
document.GetEle mentByID("store _price").innerH TML = T_Price.toFixed (2);
[/code]
If i try
[code=javascript]
document.GetEle mentByID("store _price").innerH TML = 'Mama Mia!';
[/code]
It works fine, all help appreciated!
Can anybody tell me why the below doesn't work;
[code=javascript]
T_Price = 23;
document.GetEle mentByID("store _price").innerH TML = T_Price.toFixed (2);
[/code]
If i try
[code=javascript]
document.GetEle mentByID("store _price").innerH TML = 'Mama Mia!';
[/code]
It works fine, all help appreciated!
Comment