FN-FORUM: Javascript question
date posted 8th August 2007 20:06
I am trying to change the value of the input field Total_Amount using
Javascript with
document.getElementById("Total_Amount").value = "£" + Total;
Can it be done?
I am getting document.getElementById("Total_Amount") has no properties
This is the div
|