problems with div

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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top