Hi Guys.
I have a html form which is on a job logging system.
I am trying to get it it to fill out a persons details from values it already has in a db.
Heres where I am up to; a form with a user id field is filled out with a username and you click a link that pops up a pop up window which then has a form on it that contains stuff like name and job title etc.
I get it to the point where a lookup is performed on a unique user id and matching details are returned to the pop up, but i then want the values on the form in the pop up copied back to the parent form, so name and job title etc are filed out, when you click a link / button in the pop up.
Im unsure what code to use on the onclick event that would actually take child values back to parent.
all help as always greatly appreciated
dave

I have a html form which is on a job logging system.
I am trying to get it it to fill out a persons details from values it already has in a db.
Heres where I am up to; a form with a user id field is filled out with a username and you click a link that pops up a pop up window which then has a form on it that contains stuff like name and job title etc.
I get it to the point where a lookup is performed on a unique user id and matching details are returned to the pop up, but i then want the values on the form in the pop up copied back to the parent form, so name and job title etc are filed out, when you click a link / button in the pop up.
Im unsure what code to use on the onclick event that would actually take child values back to parent.
all help as always greatly appreciated
dave