[HTML_AJAX-devel] XMLHttpRequest does not refresh <form> tags
Laurent Yaish
laurenty at gmail.com
Sun May 20 21:15:17 PDT 2007
Also... I don't think (actually I'm pretty sure) that <form> is not a
valid direct child element of <table>. Wrapping your <tr> inside
<form> would probably break the table and give unexpected results.
You can put the whole table inside a <form> or enclose your <form> within a <td>
Laurent
On 5/18/07, Joshua Eichorn <josh at bluga.net> wrote:
> S.Wittig wrote:
> > hello again,
> >
> > i solved the problem on my own. i don´t know why but when i put the <form>
> > and <input> -tag in a <div>
> > everything works like i expected. so now i use <div> instead of <tr><td>
> >
> > bye
> >
> >
> >
> Yeah sorry about not responding to your last message. Table don't
> normally update properly using innerHTML
>
> -josh
> _______________________________________________
> Html_ajax-devel mailing list
> Html_ajax-devel at lists.bluga.net
> http://lists.bluga.net/mailman/listinfo/html_ajax-devel
>
More information about the Html_ajax-devel
mailing list