S
sveinn
Hi all,
I've read through this group searching for an answear about this
problem.
Few have come close but not quite what I need.
My problem is this: I'm using Ajax to fetch a new table with input
boxes. I then take
the innerHTML from my <div> and add the new table to the existing
one/s.
What happens in FireFox is that all values in other tables input boxes
on the specific
<dif> are erased.
When I use alert boxes to show the innerHTML, IE shows the other
inputboxes with the
value attribute set to the right value but the FF does not. By default
when a new table is
created (added to the div) I don't use the value attribute.
Does this make sense?
I think I've come to the conclusion that since innerHTML is a IE thing
and not a standard
its not supposed to work........
Hope someone can help,
Sveinn
I've read through this group searching for an answear about this
problem.
Few have come close but not quite what I need.
My problem is this: I'm using Ajax to fetch a new table with input
boxes. I then take
the innerHTML from my <div> and add the new table to the existing
one/s.
What happens in FireFox is that all values in other tables input boxes
on the specific
<dif> are erased.
When I use alert boxes to show the innerHTML, IE shows the other
inputboxes with the
value attribute set to the right value but the FF does not. By default
when a new table is
created (added to the div) I don't use the value attribute.
Does this make sense?
I think I've come to the conclusion that since innerHTML is a IE thing
and not a standard
its not supposed to work........
Hope someone can help,
Sveinn