H
Help !!
index.htm is my main page which has some tables.
gettotal.js is a script file which does all the adding up and writes to a
div in one of the tables using the table name and the div name like this...
parent.totalcostcell.document.getElementById('theTotal').innerHTML =
adddecimal(ctotal/100);
gettotal.js should also write to another div but this div is in a file
called print.htm which is displayed in one of the other tables via the
inline frames method but this line does not work...
top.frames["hiddenprintpage"].document.getElementById('theTotal2').innerHTML
= adddecimal(ctotal/100);
can anyone help?
thank you..
gettotal.js is a script file which does all the adding up and writes to a
div in one of the tables using the table name and the div name like this...
parent.totalcostcell.document.getElementById('theTotal').innerHTML =
adddecimal(ctotal/100);
gettotal.js should also write to another div but this div is in a file
called print.htm which is displayed in one of the other tables via the
inline frames method but this line does not work...
top.frames["hiddenprintpage"].document.getElementById('theTotal2').innerHTML
= adddecimal(ctotal/100);
can anyone help?
thank you..