Posted by db on 06/14/06 15:05
the DtTvB schrieb:
> What I meaning was:
> var content = document.getElementById('dynamiccontent');
> content.innerHTML = ''
> + '<form action="..." method="post" enctype="multipart/form-data">'
> + '<input ..../> or some stuff like that.'
> + '</form>';
That should work, i think. But the problem is the form contains a
dynamic table, if i do like above, i can not append that table to the
form, or?
thanks anyway
db
[Back to original message]
|