Not sure if this is a PHP, DHTML or JavaScript quesiton, but perhaps someone can give an answer or at least point me to another source.
Basically, I have a form input. And beside it is a link to a search form that opens in a new window. The search form goes through the database and returns a list. I want to be able to click on one of the returned values, and have it pop that value into the proper form value.
I used someones wonderful dynamic-calendar to do something very similar, and I want this feature built into this search form.
SO: How does one go about doing this? Can I put the sarch form into its own layer, or is it possible to callback this function to the master window from my pop-up? And what sort of DHTL am I goign to need to do this?