|
Posted by db on 06/14/06 15:39
> You can.
>
> content.innerHTML = ''
> + '<form action="..." method="post" enctype="multipart/form-data">'
> + '<table><tr><td>'
> + 'something and something......'
> + '</td></tr></table>'
> + '</form>';
Sorry, maybe i can not take your suggestion, since the dynamic table is
generated by another person, what i can use is only the object which is
fetsched by
var table = document.getElementById(tablename)
of course i can get HTML through table.innerHTML, but there are too
many things to change, i can not afford such a big operation.
What the hell is wrong with setAttribute()??
thanks anyway
db
Navigation:
[Reply to this message]
|