Re: appendChild to FORM element
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: appendChild to FORM element

From: Andrew Poulos <ap_prog@hotmail.com>
Date: Tue Jul 19 2005 - 11:38:10 CEST

VK wrote:

>>I'm trying to append a form element to a form
>>It seems to work fine in FF but IE fails silently.
>
>
> ...
> ff.value = values[i];
> frm.appendChild(ff);
> if (frm.normalize) {frm.normalize();}
> ...
>
> The last statement will re-validate form elements in the collection.
>
Thanks but it made no difference.

If I put an alert immediately before and another immediately after the
appendChild call he first alert displays but not the second!

Andrew Poulos
Received on Tue Oct 18 02:58:04 2005