J
java script help needed
i have a static box on my page and need it to have a toal in it, from their
order.
it keep having an error that the variable
document.tables.textboxtable
if null or not valid
i have used the form
var form = document.forms.FrontPage_Form1;
form.total.value = "£"+cent(ctotal)+"p";
and thought that i could also use
var total = document.tables.textboxtable;
table.textbox.value = "£"+cent(ctotal)+"p";
for tables is this right?
thanks
order.
it keep having an error that the variable
document.tables.textboxtable
if null or not valid
i have used the form
var form = document.forms.FrontPage_Form1;
form.total.value = "£"+cent(ctotal)+"p";
and thought that i could also use
var total = document.tables.textboxtable;
table.textbox.value = "£"+cent(ctotal)+"p";
for tables is this right?
thanks