Stéphane Zuckerman wrote the following on 4/5/2005 11:06 AM:
f.innerHMTL += "<input type='text' " + "name='persons["+i+"]name' />"; // ... and the same for fname and email ...
What's the error you are getting? I haven't looked at everything but the above "name='persons["+i+"]name' />" should be
"name='persons["+i+"].name' />"
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]