G
Gig52
Hi,
Currently, I can create a form multiple time using the YIU framework.
But, using Firebug, I can se that the number of forms is increasing
every time and always has the same name.
Since it is an array, I tried the pop() function without success.
What is the easiest way to remove a given form from the document.forms
array ( document.forms["toto"] )?
Thanks
Gig52
Currently, I can create a form multiple time using the YIU framework.
But, using Firebug, I can se that the number of forms is increasing
every time and always has the same name.
Since it is an array, I tried the pop() function without success.
What is the easiest way to remove a given form from the document.forms
array ( document.forms["toto"] )?
Thanks
Gig52