i was wondering if any one has experience with passing data from a window
generated using 'window.open()' to a form. i'm looking to open a window
using 'window.open()'. the window would be used to locate a specific
record from a list of records, and that record would be used to populate
the controls in a form. the newly created window will be used for a
search/results page for specific data. the data would then be updated and
sent back to the DB. i don't expect anyone to provide code, however if
someone could point me towards a good tutorial that does something similar
to what i described i would appreciate it. thanx.