anche chiamando la funzione con onload mi dice undefined:

codice:
<head> <META http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1"> 
<title>Form Dinamico</title> 
</head> 
<body onload="parent.user.add();" style="background-color: rgb(180,190,220); color: rgb(80,80,80);"> 
<div id="formArea"></div> 
</body> 
</html>